summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-12-06 01:48:03 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2015-12-06 01:48:03 +0100
commit6c3b75847db4b769820f62feebb626f9404a6c64 (patch)
treeb2c6c56b89374e0397c6973e9540a01a8d6772af
parent8b1cc0ea290ef4b870107e82a50a168a5af05e02 (diff)
downloadtrivmix-6c3b75847db4b769820f62feebb626f9404a6c64.tar
trivmix-6c3b75847db4b769820f62feebb626f9404a6c64.tar.gz
trivmix-6c3b75847db4b769820f62feebb626f9404a6c64.tar.bz2
trivmix-6c3b75847db4b769820f62feebb626f9404a6c64.tar.xz
trivmix-6c3b75847db4b769820f62feebb626f9404a6c64.zip
typo
-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;