Add default for ASDF in clwrapper

This commit is contained in:
Michael Raskin
2015-04-14 11:51:19 +03:00
parent b1730f47e0
commit 43f227d577
2 changed files with 3 additions and 1 deletions

View File

@@ -6,9 +6,9 @@ stdenv.mkDerivation {
installPhase=''
mkdir -p "$out"/bin
cp ${./cl-wrapper.sh} "$out"/bin/cl-wrapper.sh
cp ${./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/*
'';