Do not default to SBCL for wrapped non-SBCL lisp implementation

This commit is contained in:
Michael Raskin
2016-03-25 17:58:05 +01:00
parent 54ca7e9f75
commit 98e8696290
2 changed files with 2 additions and 2 deletions
@@ -6,7 +6,7 @@ stdenv.mkDerivation {
installPhase=''
mkdir -p "$out"/bin
cp ${./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 "${./cl-wrapper.sh}" "$out/bin/cl-wrapper.sh"
chmod a+x "$out"/bin/*