mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: sbcl-cl-async-util: Add missing input.
* gnu/packages/lisp-xyz.scm (sbcl-cl-async-util)[inputs]: Add bordeaux-threads.
This commit is contained in:
parent
2f66c315b8
commit
24de1f5a36
1 changed files with 2 additions and 1 deletions
|
@ -9506,7 +9506,8 @@ Common Lisp. It uses the libuv library as backend.")
|
|||
(inherit sbcl-cl-async-base)
|
||||
(name "sbcl-cl-async-util")
|
||||
(inputs
|
||||
`(("cffi" ,sbcl-cffi)
|
||||
`(("bordeaux-threads" ,sbcl-bordeaux-threads)
|
||||
("cffi" ,sbcl-cffi)
|
||||
("cl-async-base" ,sbcl-cl-async-base)
|
||||
("cl-libuv" ,sbcl-cl-libuv)
|
||||
("cl-ppcre" ,sbcl-cl-ppcre)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue