mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: cl-woo: Remove input labels.
* gnu/packages/lisp-xyz.scm (sbcl-woo): Remove input labels. Change-Id: I5bf9f8d8faaa90e237d11d01d3102533f7318801
This commit is contained in:
parent
0dea7342f2
commit
05e860a90a
1 changed files with 16 additions and 17 deletions
|
@ -21996,24 +21996,23 @@ (define-public sbcl-woo
|
|||
;; clack-test and dexador.
|
||||
`(#:tests? #f))
|
||||
(native-inputs
|
||||
`(("clack" ,sbcl-clack)
|
||||
("rove" ,sbcl-rove)))
|
||||
(list sbcl-clack sbcl-rove))
|
||||
(inputs
|
||||
`(("alexandria" ,sbcl-alexandria)
|
||||
("bordeaux-threads" ,sbcl-bordeaux-threads)
|
||||
("cffi" ,sbcl-cffi)
|
||||
("cl-speedy-queue" ,sbcl-cl-speedy-queue) ;; Required for ecl build
|
||||
("clack-socket" ,sbcl-clack)
|
||||
("fast-http" ,sbcl-fast-http)
|
||||
("fast-io" ,sbcl-fast-io)
|
||||
("lev" ,sbcl-lev)
|
||||
("quri" ,sbcl-quri)
|
||||
("rove" ,sbcl-rove)
|
||||
("smart-buffer" ,sbcl-smart-buffer)
|
||||
("static-vectors" ,sbcl-static-vectors)
|
||||
("swap-bytes" ,sbcl-swap-bytes)
|
||||
("trivial-utf-8" ,sbcl-trivial-utf-8)
|
||||
("vom" ,sbcl-vom)))
|
||||
(list sbcl-alexandria
|
||||
sbcl-bordeaux-threads
|
||||
sbcl-cffi
|
||||
sbcl-cl-speedy-queue ;; Required for ecl build
|
||||
sbcl-clack
|
||||
sbcl-fast-http
|
||||
sbcl-fast-io
|
||||
sbcl-lev
|
||||
sbcl-quri
|
||||
sbcl-rove
|
||||
sbcl-smart-buffer
|
||||
sbcl-static-vectors
|
||||
sbcl-swap-bytes
|
||||
sbcl-trivial-utf-8
|
||||
sbcl-vom))
|
||||
(home-page "https://github.com/fukamachi/woo")
|
||||
(synopsis "Non-blocking HTTP server based on libev")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue