gnu: Add sbcl-iolib.conf.

* gnu/packages/lisp.scm (sbcl-iolib.conf): New variable.
This commit is contained in:
Pierre Neidhardt 2019-05-29 15:22:04 +02:00
parent 69c68b470f
commit 63158bf6e9
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 10 additions and 0 deletions

View File

@ -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")))