Give correct PATH to wrapProgram
This commit is contained in:
parent
aed5c36694
commit
50400e345c
@ -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
|
||||
wrapProgram "$out/bin/$fn" --prefix PATH : ${curl}/bin
|
||||
done
|
||||
'';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user