diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-09-06 17:37:01 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-09-06 17:37:01 +0200 |
| commit | 4ac4fc34d294c04c03062c49068e3c09f3a77029 (patch) | |
| tree | 9bd33c7844386a4a78073363fb141be58f147325 /ymir | |
| parent | 7f89bd3f437af2dd4b900409c95857265fdd3a58 (diff) | |
| download | nixos-4ac4fc34d294c04c03062c49068e3c09f3a77029.tar nixos-4ac4fc34d294c04c03062c49068e3c09f3a77029.tar.gz nixos-4ac4fc34d294c04c03062c49068e3c09f3a77029.tar.bz2 nixos-4ac4fc34d294c04c03062c49068e3c09f3a77029.tar.xz nixos-4ac4fc34d294c04c03062c49068e3c09f3a77029.zip | |
...
Diffstat (limited to 'ymir')
| -rw-r--r-- | ymir/mlmmj-expose.nix | 3 |
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 = '' |
