summaryrefslogtreecommitdiff
path: root/trivmix.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-06-21 17:10:13 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-06-21 17:10:13 +0200
commitd8ea165173a2b7ba514bb3eafac3d21fc1f4d086 (patch)
tree0d53f6c2db8ee286956eb57e39acaf62754e42b1 /trivmix.nix
parent42c671b4a48dd1431ab43c1f842af33e2fe5cbe9 (diff)
downloadtrivmix-d8ea165173a2b7ba514bb3eafac3d21fc1f4d086.tar
trivmix-d8ea165173a2b7ba514bb3eafac3d21fc1f4d086.tar.gz
trivmix-d8ea165173a2b7ba514bb3eafac3d21fc1f4d086.tar.bz2
trivmix-d8ea165173a2b7ba514bb3eafac3d21fc1f4d086.tar.xz
trivmix-d8ea165173a2b7ba514bb3eafac3d21fc1f4d086.zip
Switched build system structure & locks
Diffstat (limited to 'trivmix.nix')
-rw-r--r--trivmix.nix17
1 files changed, 6 insertions, 11 deletions
diff --git a/trivmix.nix b/trivmix.nix
index a5ccb9b..f4228d2 100644
--- a/trivmix.nix
+++ b/trivmix.nix
@@ -1,23 +1,18 @@
1# This file was auto-generated by cabal2nix. Please do NOT edit manually! 1# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2 2
3{ cabal, filepath, hinotify, jack, optparseApplicative 3{ cabal, caseInsensitive, explicitException, filelock, filepath
4, transformers, explicitException, process, caseInsensitive 4, hinotify, jack, optparseApplicative, transformers
5, fetchgit
6}: 5}:
7 6
8cabal.mkDerivation (self: { 7cabal.mkDerivation (self: {
9 pname = "trivmix"; 8 pname = "trivmix";
10 version = "2.3.0"; 9 version = "2.4.0";
11 src = fetchgit { 10 src = ./.;
12 url = git://git.yggdrasil.li/trivmix;
13 rev = "d5189cba07f63c3d2f8c575a31c1734f7c9aeed6";
14 sha256 = "88b215dc2d24b875359835b5a75acdd1d6172ad4d4e3fad9ce4cdc3ffec51ba3";
15 };
16 isLibrary = false; 11 isLibrary = false;
17 isExecutable = true; 12 isExecutable = true;
18 buildDepends = [ 13 buildDepends = [
19 filepath hinotify jack optparseApplicative transformers explicitException process 14 caseInsensitive explicitException filelock filepath hinotify jack
20 caseInsensitive 15 optparseApplicative transformers
21 ]; 16 ];
22 meta = { 17 meta = {
23 license = self.stdenv.lib.licenses.publicDomain; 18 license = self.stdenv.lib.licenses.publicDomain;