nix: pass makeWrapperArgs to wrapProgram (#3003)

imgbot
Timothy DeHerrera 2 years ago committed by GitHub
parent fefa4d8c59
commit 718c3baebe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -63,7 +63,7 @@
postFixup = ''
if [ -f "$out/bin/hx" ]; then
wrapProgram "$out/bin/hx" --set HELIX_RUNTIME "${runtimeDir}"
wrapProgram "$out/bin/hx" ''${makeWrapperArgs[@]} --set HELIX_RUNTIME "${runtimeDir}"
fi
'';
};

Loading…
Cancel
Save