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:
jgart
2026-01-30 02:49:45 -05:00
parent 8a2f86a14b
commit 0da670ee80

View File

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