Skip to content

Commit

Permalink
lispPackages.clwrapper: make sure to patch shebangs in the scripts be…
Browse files Browse the repository at this point in the history
…fore using them
  • Loading branch information
7c6f434c committed Nov 4, 2017
1 parent 86bc99c commit eafd703
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/lisp-modules/clwrapper/default.nix
Expand Up @@ -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"
Expand Down

0 comments on commit eafd703

Please sign in to comment.