summaryrefslogtreecommitdiff
path: root/trivmix.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-10-17 21:59:20 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-10-17 21:59:20 +0200
commit439946b59c478e391202e1e15f20087948d1464f (patch)
tree2af1b5b96282dea5c32136b878101b0643738e3d /trivmix.nix
parentd1481636d2daff157902d5d19b80c9ec3e40b9ed (diff)
downloadtrivmix-439946b59c478e391202e1e15f20087948d1464f.tar
trivmix-439946b59c478e391202e1e15f20087948d1464f.tar.gz
trivmix-439946b59c478e391202e1e15f20087948d1464f.tar.bz2
trivmix-439946b59c478e391202e1e15f20087948d1464f.tar.xz
trivmix-439946b59c478e391202e1e15f20087948d1464f.zip
Version bump
Diffstat (limited to 'trivmix.nix')
-rw-r--r--trivmix.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/trivmix.nix b/trivmix.nix
index 3441455..88f76cc 100644
--- a/trivmix.nix
+++ b/trivmix.nix
@@ -11,7 +11,7 @@ mkDerivation {
11 isLibrary = true; 11 isLibrary = true;
12 isExecutable = true; 12 isExecutable = true;
13 buildDepends = [ 13 buildDepends = [
14 caseInsensitive data-default explicit-exception filelock filepath 14 case-insensitive data-default explicit-exception filelock filepath
15 hinotify jack optparse-applicative transformers 15 hinotify jack optparse-applicative transformers
16 ]; 16 ];
17 license = stdenv.lib.licenses.publicDomain; 17 license = stdenv.lib.licenses.publicDomain;