nix: pass makeWrapperArgs to wrapProgram (#3003)
This commit is contained in:
parent
fefa4d8c59
commit
718c3baebe
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
||||||
|
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
if [ -f "$out/bin/hx" ]; then
|
if [ -f "$out/bin/hx" ]; then
|
||||||
wrapProgram "$out/bin/hx" --set HELIX_RUNTIME "${runtimeDir}"
|
wrapProgram "$out/bin/hx" ''${makeWrapperArgs[@]} --set HELIX_RUNTIME "${runtimeDir}"
|
||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue