guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 11/12] gnu: Add stumpwm-with-slynk-sbcl.


From: Andy Patterson
Subject: [PATCH 11/12] gnu: Add stumpwm-with-slynk-sbcl.
Date: Tue, 27 Sep 2016 00:15:31 -0400

* 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

[Prev in Thread] Current Thread [Next in Thread]