me
/
guix
Archived
1
0
Fork 0

gnu: sbcl-cl-async-util: Add missing input.

* gnu/packages/lisp-xyz.scm (sbcl-cl-async-util)[inputs]: Add
  bordeaux-threads.
master
Guillaume Le Vaillant 2020-01-17 15:48:17 +01:00
parent 2f66c315b8
commit 24de1f5a36
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 2 additions and 1 deletions

View File

@ -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)