summaryrefslogtreecommitdiff
path: root/ymir/mlmmj-expose.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-09-06 17:37:01 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-09-06 17:37:01 +0200
commit4ac4fc34d294c04c03062c49068e3c09f3a77029 (patch)
tree9bd33c7844386a4a78073363fb141be58f147325 /ymir/mlmmj-expose.nix
parent7f89bd3f437af2dd4b900409c95857265fdd3a58 (diff)
downloadnixos-4ac4fc34d294c04c03062c49068e3c09f3a77029.tar
nixos-4ac4fc34d294c04c03062c49068e3c09f3a77029.tar.gz
nixos-4ac4fc34d294c04c03062c49068e3c09f3a77029.tar.bz2
nixos-4ac4fc34d294c04c03062c49068e3c09f3a77029.tar.xz
nixos-4ac4fc34d294c04c03062c49068e3c09f3a77029.zip
...
Diffstat (limited to 'ymir/mlmmj-expose.nix')
-rw-r--r--ymir/mlmmj-expose.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/ymir/mlmmj-expose.nix b/ymir/mlmmj-expose.nix
index cd11aa6e..c61a7864 100644
--- a/ymir/mlmmj-expose.nix
+++ b/ymir/mlmmj-expose.nix
@@ -24,7 +24,8 @@ in rec {
24 import (pkgs) mlmmj; 24 import (pkgs) mlmmj;
25 25
26 patchPhase = '' 26 patchPhase = ''
27 substituteAllInPlace mlmmj-expose.hs 27 substituteInPlace mlmmj-expose.hs \
28 --subst-var mlmmj
28 ''; 29 '';
29 30
30 buildPhase = '' 31 buildPhase = ''