mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
Add quotes to wrapProgram's arguments
This commit is contained in:
parent
50400e345c
commit
a23f6dc4c4
|
@ -21,7 +21,7 @@ in stdenv.mkDerivation {
|
|||
make PREFIX="$out" install
|
||||
|
||||
for fn in plow{del,down,list,up}; do
|
||||
wrapProgram "$out/bin/$fn" --prefix PATH : ${curl}/bin
|
||||
wrapProgram "$out/bin/$fn" --prefix PATH : "${curl}/bin"
|
||||
done
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue