gnu: Add sbcl-iolib+sockets.

* gnu/packages/lisp.scm (sbcl-iolib+sockets): New variable.
master
Pierre Neidhardt 2019-06-26 12:50:47 +02:00
parent 28f3e3b1f4
commit 9f641dd705
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 8 additions and 0 deletions

View File

@ -5873,3 +5873,11 @@ and @code{kqueue(2)}), a pathname library and file-system utilities.")
(arguments
(substitute-keyword-arguments (package-arguments sbcl-iolib)
((#:asd-system-name _) "iolib/streams")))))
(define sbcl-iolib+sockets
(package
(inherit sbcl-iolib)
(name "sbcl-iolib+sockets")
(arguments
(substitute-keyword-arguments (package-arguments sbcl-iolib)
((#:asd-system-name _) "iolib/sockets")))))