gnu: Add sbcl-iolib+multiplex.
* gnu/packages/lisp.scm (sbcl-iolib+multiplex): New variable.
This commit is contained in:
parent
ef656e119a
commit
a3531660e6
|
@ -5849,3 +5849,11 @@ and @code{kqueue(2)}), a pathname library and file-system utilities.")
|
||||||
(("\\(:file \"sockets\" :depends-on \\(\"pkgdcl\" \"defsuites\"\\)\\)")
|
(("\\(:file \"sockets\" :depends-on \\(\"pkgdcl\" \"defsuites\"\\)\\)")
|
||||||
"")))))))
|
"")))))))
|
||||||
(synopsis "Common Lisp I/O library")))
|
(synopsis "Common Lisp I/O library")))
|
||||||
|
|
||||||
|
(define sbcl-iolib+multiplex
|
||||||
|
(package
|
||||||
|
(inherit sbcl-iolib)
|
||||||
|
(name "sbcl-iolib+multiplex")
|
||||||
|
(arguments
|
||||||
|
(substitute-keyword-arguments (package-arguments sbcl-iolib)
|
||||||
|
((#:asd-system-name _) "iolib/multiplex")))))
|
||||||
|
|
Loading…
Reference in New Issue