mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: Add sbcl-iolib.conf.
* gnu/packages/lisp.scm (sbcl-iolib.conf): New variable.
This commit is contained in:
parent
69c68b470f
commit
63158bf6e9
1 changed files with 10 additions and 0 deletions
|
@ -5758,3 +5758,13 @@ (define-public sbcl-iolib.asdf
|
|||
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")))
|
||||
|
|
Loading…
Reference in a new issue