fix wrap
This commit is contained in:
parent
601b031d44
commit
44ce69444d
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
|
|||
--replace "/usr/" "$out/"
|
||||
done
|
||||
|
||||
for p in "$out/bin"; do
|
||||
for p in "$out/bin/"*; do
|
||||
wrapProgram "$p" \
|
||||
--set NIX_REDIRECTS "/usr/share=$out/share:/usr/bin=$out/bin" \
|
||||
--prefix PATH : "${lib.makeBinPath [ fuse rsync iptables lsb-release jq ]}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue