* gnu/packages/lisp.scm (stumpwm+slynk-sbcl): New variable.
---
 gnu/packages/lisp.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 21ca073..5250a43 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1251,3 +1251,20 @@ history.")
            (delete 'check)
            (delete 'link-dependencies)
            (delete 'create-symlinks)))))))
+
+(define-public stumpwm+slynk-sbcl
+  (package
+    (inherit stumpwm-sbcl)
+    (name "stumpwm-with-slynk-sbcl")
+    (native-inputs `(("stumpwm" ,stumpwm-sbcl)
+                     ("slynk" ,slynk-sbcl)))
+    (outputs '("out"))
+    (arguments
+     '(#:binary? #t
+       #:image-dependencies
+       '("stumpwm"
+         "slynk")
+       #:entry-program
+       '((stumpwm:stumpwm)
+         0)))))
+
-- 
2.10.0


Reply via email to