gnu: cl-woo: Remove input labels.
* gnu/packages/lisp-xyz.scm (sbcl-woo): Remove input labels. Change-Id: I5bf9f8d8faaa90e237d11d01d3102533f7318801master
parent
0dea7342f2
commit
05e860a90a
|
@ -21996,24 +21996,23 @@ Common Lisp.")
|
||||||
;; clack-test and dexador.
|
;; clack-test and dexador.
|
||||||
`(#:tests? #f))
|
`(#:tests? #f))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("clack" ,sbcl-clack)
|
(list sbcl-clack sbcl-rove))
|
||||||
("rove" ,sbcl-rove)))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("alexandria" ,sbcl-alexandria)
|
(list sbcl-alexandria
|
||||||
("bordeaux-threads" ,sbcl-bordeaux-threads)
|
sbcl-bordeaux-threads
|
||||||
("cffi" ,sbcl-cffi)
|
sbcl-cffi
|
||||||
("cl-speedy-queue" ,sbcl-cl-speedy-queue) ;; Required for ecl build
|
sbcl-cl-speedy-queue ;; Required for ecl build
|
||||||
("clack-socket" ,sbcl-clack)
|
sbcl-clack
|
||||||
("fast-http" ,sbcl-fast-http)
|
sbcl-fast-http
|
||||||
("fast-io" ,sbcl-fast-io)
|
sbcl-fast-io
|
||||||
("lev" ,sbcl-lev)
|
sbcl-lev
|
||||||
("quri" ,sbcl-quri)
|
sbcl-quri
|
||||||
("rove" ,sbcl-rove)
|
sbcl-rove
|
||||||
("smart-buffer" ,sbcl-smart-buffer)
|
sbcl-smart-buffer
|
||||||
("static-vectors" ,sbcl-static-vectors)
|
sbcl-static-vectors
|
||||||
("swap-bytes" ,sbcl-swap-bytes)
|
sbcl-swap-bytes
|
||||||
("trivial-utf-8" ,sbcl-trivial-utf-8)
|
sbcl-trivial-utf-8
|
||||||
("vom" ,sbcl-vom)))
|
sbcl-vom))
|
||||||
(home-page "https://github.com/fukamachi/woo")
|
(home-page "https://github.com/fukamachi/woo")
|
||||||
(synopsis "Non-blocking HTTP server based on libev")
|
(synopsis "Non-blocking HTTP server based on libev")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue