guix-commits
[Top][All Lists]
Advanced

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

04/14: gnu: Add sbcl-iolib.conf.


From: guix-commits
Subject: 04/14: gnu: Add sbcl-iolib.conf.
Date: Wed, 26 Jun 2019 07:06:18 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit 63158bf6e9e2577a32b074612e9332b8a2c1ceab
Author: Pierre Neidhardt <address@hidden>
Date:   Wed May 29 15:22:04 2019 +0200

    gnu: Add sbcl-iolib.conf.
    
    * 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 29571c3..47f39f6 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -5758,3 +5758,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")))



reply via email to

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