We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent e675296 commit efc9533Copy full SHA for efc9533
pkgs/development/lisp-modules/quicklisp-to-nix-overrides.nix
@@ -15,6 +15,13 @@ in
15
preConfigure = ''
16
export configureFlags="$configureFlags --with-$NIX_LISP=common-lisp.sh";
17
'';
18
+ postInstall = ''
19
+ "$out/bin/stumpwm-lisp-launcher.sh" --eval '(asdf:make :stumpwm)' \
20
+ --eval '(setf (asdf/system:component-entry-point (asdf:find-system :stumpwm)) (function stumpwm:stumpwm))' \
21
+ --eval '(asdf:perform (quote asdf:program-op) :stumpwm)'
22
+
23
+ cp "$out/lib/common-lisp/stumpwm/stumpwm" "$out/bin"
24
+ '';
25
};
26
propagatedBuildInputs = (x.propagatedBuildInputs or []) ++ (with qlnp; [
27
alexandria cl-ppcre clx
0 commit comments