mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 03:14:03 +00:00
replace: makeFlags is an array
svn path=/nixpkgs/trunk/; revision=12701
This commit is contained in:
parent
eddce10d13
commit
4dba81501f
@ -8,7 +8,7 @@ stdenv.mkDerivation {
|
||||
sha256 = "1c2nkxx83vmlh1v3ib6r2xqh121gdb1rharwsimcb2h0xwc558dm";
|
||||
};
|
||||
|
||||
makeFlags = "TREE=\$(out)";
|
||||
makeFlags = ["TREE=\$(out)"];
|
||||
|
||||
postInstall = "mv \$out/bin/replace \$out/bin/replace-literal";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user