Install the builder script

This commit is contained in:
Michael Raskin 2014-11-14 15:28:54 +03:00
parent 82a4776bf9
commit 1bfe4e59c2

View file

@ -8,6 +8,7 @@ stdenv.mkDerivation {
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"
chmod a+x "$out"/bin/*
'';