mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00:00
lispPackages.clwrapper: make sure to patch shebangs in the scripts before using them
This commit is contained in:
parent
86bc99cc8a
commit
eafd703a63
@ -11,6 +11,7 @@ stdenv.mkDerivation {
|
|||||||
substituteAll ${./common-lisp.sh} "$out"/bin/common-lisp.sh
|
substituteAll ${./common-lisp.sh} "$out"/bin/common-lisp.sh
|
||||||
substituteAll "${./build-with-lisp.sh}" "$out/bin/build-with-lisp.sh"
|
substituteAll "${./build-with-lisp.sh}" "$out/bin/build-with-lisp.sh"
|
||||||
substituteAll "${./cl-wrapper.sh}" "$out/bin/cl-wrapper.sh"
|
substituteAll "${./cl-wrapper.sh}" "$out/bin/cl-wrapper.sh"
|
||||||
|
patchShebangs "$out/bin"
|
||||||
chmod a+x "$out"/bin/*
|
chmod a+x "$out"/bin/*
|
||||||
|
|
||||||
substituteAll "${./setup-hook.sh}" "setup-hook-parsed"
|
substituteAll "${./setup-hook.sh}" "setup-hook-parsed"
|
||||||
|
Loading…
Reference in New Issue
Block a user