From b1562bb4ab36711d369c597d2b8630e0328eb393 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 7 Jun 2015 19:40:10 +0200 Subject: trivmix & promiscuous (irc said so) --- customized/trivmix.nix | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 customized/trivmix.nix (limited to 'customized/trivmix.nix') diff --git a/customized/trivmix.nix b/customized/trivmix.nix new file mode 100644 index 00000000..aefc09e5 --- /dev/null +++ b/customized/trivmix.nix @@ -0,0 +1,24 @@ +# This file was auto-generated by cabal2nix. Please do NOT edit manually! + +{ cabal, filepath, hinotify, jack, optparseApplicative +, transformers +}: + +cabal.mkDerivation (self: { + pname = "trivmix"; + version = "0.0.0"; + src = fetchgit { + url = git://git.yggdrasil.li/trivmix; + rev = "bd7874ef606ae78bb8b626bd01906481feb784d6"; + sha256 = "284f2b38daf7685ad9d92f39872cdf78c870b1997a8d8ac027fd75d187a505ea"; + }; + isLibrary = false; + isExecutable = true; + buildDepends = [ + filepath hinotify jack optparseApplicative transformers + ]; + meta = { + license = self.stdenv.lib.licenses.publicDomain; + platforms = self.ghc.meta.platforms; + }; +}) -- cgit v1.2.3