lispPackages.clwrapper: make sure to patch shebangs in the scripts before using them

This commit is contained in:
Michael Raskin 2017-11-04 12:45:51 +01:00
parent 86bc99cc8a
commit eafd703a63

View file

@ -11,6 +11,7 @@ stdenv.mkDerivation {
substituteAll ${./common-lisp.sh} "$out"/bin/common-lisp.sh
substituteAll "${./build-with-lisp.sh}" "$out/bin/build-with-lisp.sh"
substituteAll "${./cl-wrapper.sh}" "$out/bin/cl-wrapper.sh"
patchShebangs "$out/bin"
chmod a+x "$out"/bin/*
substituteAll "${./setup-hook.sh}" "setup-hook-parsed"