summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-06-07 22:50:28 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-06-07 22:50:28 +0200
commitff9c4d58902d87ffbe6b421a3001b9e7e1566147 (patch)
tree36ff480b77810beab11a039e05f2ba5893de634a /custom
parentd54189de5ad3060317ed3607e4c512f644ebce2f (diff)
downloadnixos-ff9c4d58902d87ffbe6b421a3001b9e7e1566147.tar
nixos-ff9c4d58902d87ffbe6b421a3001b9e7e1566147.tar.gz
nixos-ff9c4d58902d87ffbe6b421a3001b9e7e1566147.tar.bz2
nixos-ff9c4d58902d87ffbe6b421a3001b9e7e1566147.tar.xz
nixos-ff9c4d58902d87ffbe6b421a3001b9e7e1566147.zip
Now copying contents from submodules due to nix
Diffstat (limited to 'custom')
-rw-r--r--[l---------]custom/trivmix.nix26
1 files changed, 25 insertions, 1 deletions
diff --git a/custom/trivmix.nix b/custom/trivmix.nix
index c968101a..d1b80dcf 120000..100644
--- a/custom/trivmix.nix
+++ b/custom/trivmix.nix
@@ -1 +1,25 @@
1../trivmix/trivmix.nix \ No newline at end of file 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.1.0";
11 src = fetchgit {
12 url = git://git.yggdrasil.li/trivmix;
13 rev = "83838ea952146a742b2cf5e97b287d9cbeef8c61";
14 sha256 = "2d1d459c5688947d537badf6876ac2c9c67372f21bb9ee1604b0e52bb5417ccf";
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})