mirror of
https://codeberg.org/guix/guix.git
synced 2026-05-13 15:03:44 +00:00
gnu: sbcl-cl-irc: Refactor to modern style.
* gnu/packages/lisp-xyz.scm (sbcl-cl-irc)[inputs]: Refactor to modern style. Change-Id: If629baaea38ef7ef2b1b109cff0211d7d7673a93
This commit is contained in:
@@ -7605,10 +7605,10 @@ for Common Lisp, using the HTTP API for (almost) everything, except for pubsub
|
||||
(native-inputs
|
||||
(list sbcl-rt))
|
||||
(inputs
|
||||
`(("cl+ssl" ,sbcl-cl+ssl)
|
||||
("flexi-streams" ,sbcl-flexi-streams)
|
||||
("split-sequence" ,sbcl-split-sequence)
|
||||
("usocket" ,sbcl-usocket)))
|
||||
(list sbcl-cl+ssl
|
||||
sbcl-flexi-streams
|
||||
sbcl-split-sequence
|
||||
sbcl-usocket))
|
||||
(arguments
|
||||
`(#:asd-test-systems '("cl-irc-test")))
|
||||
(synopsis "IRC client library for Common Lisp")
|
||||
|
||||
Reference in New Issue
Block a user