mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
Install the builder script
This commit is contained in:
parent
82a4776bf9
commit
1bfe4e59c2
@ -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 New Issue
Block a user