gnu: sbcl-iolib: Add CFFI to list of inputs and fix spacing.

* gnu/packages/lisp.scm (sbcl-iolib)[inputs]: Do it.
This commit is contained in:
Pierre Neidhardt 2019-07-05 12:21:51 +02:00
parent e48f80cba0
commit 1d8d87ddf7
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 6 additions and 5 deletions

View File

@ -5867,7 +5867,8 @@ and @code{kqueue(2)}), a pathname library and file-system utilities.")
("bordeaux-threads" ,sbcl-bordeaux-threads) ("bordeaux-threads" ,sbcl-bordeaux-threads)
("idna" ,sbcl-idna) ("idna" ,sbcl-idna)
("swap-bytes" ,sbcl-swap-bytes) ("swap-bytes" ,sbcl-swap-bytes)
("libfixposix", libfixposix))) ("libfixposix" ,libfixposix)
("cffi" ,sbcl-cffi)))
(native-inputs (native-inputs
`(("fiveam" ,sbcl-fiveam))) `(("fiveam" ,sbcl-fiveam)))
(arguments (arguments