summaryrefslogtreecommitdiff
path: root/ymir/mlmmj-expose.nix
diff options
context:
space:
mode:
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 = ''