mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 03:47:51 +03:00
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
Add a link
Reference in a new issue