gnu: Add sbcl-iolib+syscalls.

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

View File

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