diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-06-24 19:21:27 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-06-24 19:21:27 +0200 |
commit | dc1acc5d7fc7f03171799e51d9aa7f94f60665d8 (patch) | |
tree | 1c283f140cb1c673084f36ee032a0c0141942ed8 | |
parent | 28338b17723993862209e89a39fbae8f0669d28e (diff) | |
download | nixos-dc1acc5d7fc7f03171799e51d9aa7f94f60665d8.tar nixos-dc1acc5d7fc7f03171799e51d9aa7f94f60665d8.tar.gz nixos-dc1acc5d7fc7f03171799e51d9aa7f94f60665d8.tar.bz2 nixos-dc1acc5d7fc7f03171799e51d9aa7f94f60665d8.tar.xz nixos-dc1acc5d7fc7f03171799e51d9aa7f94f60665d8.zip |
cleaner build for mlmmj-expose
-rw-r--r-- | ymir/mlmmj-expose.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir/mlmmj-expose.nix b/ymir/mlmmj-expose.nix index 81392fef..60fd1f74 100644 --- a/ymir/mlmmj-expose.nix +++ b/ymir/mlmmj-expose.nix | |||
@@ -90,7 +90,7 @@ let | |||
90 | buildCommand = '' | 90 | buildCommand = '' |
91 | mkdir -p $out/bin | 91 | mkdir -p $out/bin |
92 | #cp $src $out/bin/.mlmmj-exposed | 92 | #cp $src $out/bin/.mlmmj-exposed |
93 | ${haskellEnv}/bin/ghc -o $out/bin/.mlmmj-exposed $src | 93 | ${haskellEnv}/bin/ghc -o $out/bin/.mlmmj-exposed -odir . $src |
94 | for f in mlmmj-exposed mlmmj-expose mlmmj-get-exposed; do | 94 | for f in mlmmj-exposed mlmmj-expose mlmmj-get-exposed; do |
95 | ln -s .mlmmj-exposed $out/bin/$f | 95 | ln -s .mlmmj-exposed $out/bin/$f |
96 | done | 96 | done |