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:
parent
e48f80cba0
commit
1d8d87ddf7
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue