Do an ASDF build of StumpWM in quicklisp-converted version
This commit is contained in:
parent
e675296a9c
commit
efc95339c0
@ -15,6 +15,13 @@ in
|
|||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
export configureFlags="$configureFlags --with-$NIX_LISP=common-lisp.sh";
|
export configureFlags="$configureFlags --with-$NIX_LISP=common-lisp.sh";
|
||||||
'';
|
'';
|
||||||
|
postInstall = ''
|
||||||
|
"$out/bin/stumpwm-lisp-launcher.sh" --eval '(asdf:make :stumpwm)' \
|
||||||
|
--eval '(setf (asdf/system:component-entry-point (asdf:find-system :stumpwm)) (function stumpwm:stumpwm))' \
|
||||||
|
--eval '(asdf:perform (quote asdf:program-op) :stumpwm)'
|
||||||
|
|
||||||
|
cp "$out/lib/common-lisp/stumpwm/stumpwm" "$out/bin"
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = (x.propagatedBuildInputs or []) ++ (with qlnp; [
|
propagatedBuildInputs = (x.propagatedBuildInputs or []) ++ (with qlnp; [
|
||||||
alexandria cl-ppcre clx
|
alexandria cl-ppcre clx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user