From d5dc5767ca1e73490f399f69d9376604f666cf23 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 7 Jun 2015 22:40:53 +0200 Subject: Switched custom derivitions to submodules --- customized/trivmix.nix | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 customized/trivmix.nix (limited to 'customized') diff --git a/customized/trivmix.nix b/customized/trivmix.nix deleted file mode 100644 index a39cf1b0..00000000 --- a/customized/trivmix.nix +++ /dev/null @@ -1,25 +0,0 @@ -# This file was auto-generated by cabal2nix. Please do NOT edit manually! - -{ cabal, filepath, hinotify, jack, optparseApplicative -, transformers, explicitException, process -, fetchgit -}: - -cabal.mkDerivation (self: { - pname = "trivmix"; - version = "1.0.0"; - src = fetchgit { - url = git://git.yggdrasil.li/trivmix; - rev = "c51b5c819872b32c354ac7e48261f84ff6a07161"; - sha256 = "f18bc1b6a4af3ca3106db790c3960de41266aadc28acee42af0104a2bba9a122"; - }; - isLibrary = false; - isExecutable = true; - buildDepends = [ - filepath hinotify jack optparseApplicative transformers explicitException process - ]; - meta = { - license = self.stdenv.lib.licenses.publicDomain; - platforms = self.ghc.meta.platforms; - }; -}) -- cgit v1.2.3