summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;