gnu: Add sbcl-iolib+streams.

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

View File

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