gnu: Add sbcl-iolib+sockets.

* gnu/packages/lisp.scm (sbcl-iolib+sockets): New variable.
This commit is contained in:
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

View file

@ -5873,3 +5873,11 @@ (define sbcl-iolib+streams
(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")))))