Install the builder script
This commit is contained in:
parent
82a4776bf9
commit
1bfe4e59c2
1 changed files with 1 additions and 0 deletions
|
@ -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/*
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue