guix-patches
[Top][All Lists]
Advanced

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

[bug#35991] [PATCH 4/9] gnu: Add sbcl-iolib.conf.


From: Pierre Neidhardt
Subject: [bug#35991] [PATCH 4/9] gnu: Add sbcl-iolib.conf.
Date: Wed, 29 May 2019 16:07:28 +0200

* gnu/packages/lisp.scm (sbcl-iolib.conf): New variable.
---
 gnu/packages/lisp.scm | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 697bdbd257..db405af8d9 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -5416,3 +5416,13 @@ the standard Common Lisp library.  It contains a socket 
library, a DNS
 resolver, an I/O multiplexer(which supports @code{select(2)}, @code{epoll(4)}
 and @code{kqueue(2)}), a pathname library and file-system utilities.")
       (license license:expat))))
+
+(define-public sbcl-iolib.conf
+  (package
+    (inherit sbcl-iolib.asdf)
+    (name "sbcl-iolib.conf")
+    (inputs
+     `(("iolib.asdf" ,sbcl-iolib.asdf)))
+    (arguments
+     '(#:asd-file "iolib.conf.asd"))
+    (synopsis "Compile-time configuration for IOLib, a Common Lisp I/O 
library")))
-- 
2.21.0






reply via email to

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