sbclPackages.cl-project: add skeleton.asd to output
This commit is contained in:
committed by
Michael Daniels
parent
b2e39f5638
commit
dbd8a64c72
@@ -122,6 +122,13 @@ let
|
||||
|
||||
cl-liballegro-nuklear = build-with-compile-into-pwd super.cl-liballegro-nuklear;
|
||||
|
||||
cl-project = super.cl-project.overrideLispAttrs {
|
||||
# install skeleton.asd
|
||||
postInstall = ''
|
||||
cp -v skeleton/skeleton.asd $out/skeleton
|
||||
'';
|
||||
};
|
||||
|
||||
lessp = build-asdf-system {
|
||||
pname = "lessp";
|
||||
version = "0.2-f8a9e4664";
|
||||
|
||||
Reference in New Issue
Block a user