summaryrefslogtreecommitdiff
path: root/customized
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-06-07 22:40:53 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-06-07 22:40:53 +0200
commitd5dc5767ca1e73490f399f69d9376604f666cf23 (patch)
treefac0fb5b87c9fe6140766d9411937a9625710a0b /customized
parente6713a73317a27e9ed916ab1ceafd15c5f5b5ab2 (diff)
downloadnixos-d5dc5767ca1e73490f399f69d9376604f666cf23.tar
nixos-d5dc5767ca1e73490f399f69d9376604f666cf23.tar.gz
nixos-d5dc5767ca1e73490f399f69d9376604f666cf23.tar.bz2
nixos-d5dc5767ca1e73490f399f69d9376604f666cf23.tar.xz
nixos-d5dc5767ca1e73490f399f69d9376604f666cf23.zip
Switched custom derivitions to submodules
Diffstat (limited to 'customized')
-rw-r--r--customized/trivmix.nix25
1 files changed, 0 insertions, 25 deletions
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 @@
1# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2
3{ cabal, filepath, hinotify, jack, optparseApplicative
4, transformers, explicitException, process
5, fetchgit
6}:
7
8cabal.mkDerivation (self: {
9 pname = "trivmix";
10 version = "1.0.0";
11 src = fetchgit {
12 url = git://git.yggdrasil.li/trivmix;
13 rev = "c51b5c819872b32c354ac7e48261f84ff6a07161";
14 sha256 = "f18bc1b6a4af3ca3106db790c3960de41266aadc28acee42af0104a2bba9a122";
15 };
16 isLibrary = false;
17 isExecutable = true;
18 buildDepends = [
19 filepath hinotify jack optparseApplicative transformers explicitException process
20 ];
21 meta = {
22 license = self.stdenv.lib.licenses.publicDomain;
23 platforms = self.ghc.meta.platforms;
24 };
25})