mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 02:16:31 +01:00
gnu: cl-clack: Refresh package style.
* gnu/packages/lisp-xyz.scm (sbcl-clack): [arguments]: Move above inputs. [inputs]: Remove labels. Change-Id: Ie4e8e657b656ef3c80a446f1d7ad2b90fc693ed4
This commit is contained in:
parent
b130647aef
commit
0dea7342f2
1 changed files with 10 additions and 10 deletions
|
@ -7681,21 +7681,21 @@ audio library for Common Lisp.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0sfmvqmsg9z13x0v77448rpdqgyprdq739nsbrjw9a28hv9jmkg9"))))
|
(base32 "0sfmvqmsg9z13x0v77448rpdqgyprdq739nsbrjw9a28hv9jmkg9"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(inputs
|
|
||||||
`(("alexandria" ,sbcl-alexandria)
|
|
||||||
("bordeaux-threads" ,sbcl-bordeaux-threads)
|
|
||||||
("cl-fastcgi" ,sbcl-cl-fastcgi)
|
|
||||||
("flexi-streams" ,sbcl-flexi-streams)
|
|
||||||
("hunchentoot" ,sbcl-hunchentoot)
|
|
||||||
("lack" ,sbcl-lack)
|
|
||||||
("split-sequence" ,sbcl-split-sequence)
|
|
||||||
("usocket" ,sbcl-usocket)
|
|
||||||
("quri" ,sbcl-quri)))
|
|
||||||
(arguments
|
(arguments
|
||||||
'(#:asd-systems '("clack"
|
'(#:asd-systems '("clack"
|
||||||
"clack-handler-fcgi"
|
"clack-handler-fcgi"
|
||||||
"clack-socket"
|
"clack-socket"
|
||||||
"clack-handler-hunchentoot")))
|
"clack-handler-hunchentoot")))
|
||||||
|
(inputs
|
||||||
|
(list sbcl-alexandria
|
||||||
|
sbcl-bordeaux-threads
|
||||||
|
sbcl-cl-fastcgi
|
||||||
|
sbcl-flexi-streams
|
||||||
|
sbcl-hunchentoot
|
||||||
|
sbcl-lack
|
||||||
|
sbcl-quri
|
||||||
|
sbcl-split-sequence
|
||||||
|
sbcl-usocket))
|
||||||
(home-page "https://github.com/fukamachi/clack")
|
(home-page "https://github.com/fukamachi/clack")
|
||||||
(synopsis "Web Application Environment for Common Lisp")
|
(synopsis "Web Application Environment for Common Lisp")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Reference in a new issue