mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: sbcl-cl-irc: Fix tests.
* gnu/packages/lisp-xyz.scm (sbcl-cl-irc)[arguments]: Specify test system. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
c4157fd02d
commit
a768436cda
1 changed files with 1 additions and 3 deletions
|
@ -360,7 +360,6 @@ (define-public sbcl-cl-irc
|
||||||
(base32 "1b3nqbb4pj377lxl47rfgrs82pidadnrc65l48bk553c2f59b52w"))))
|
(base32 "1b3nqbb4pj377lxl47rfgrs82pidadnrc65l48bk553c2f59b52w"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
;; Tests only.
|
|
||||||
(list sbcl-rt))
|
(list sbcl-rt))
|
||||||
(inputs
|
(inputs
|
||||||
`(("cl+ssl" ,sbcl-cl+ssl)
|
`(("cl+ssl" ,sbcl-cl+ssl)
|
||||||
|
@ -368,8 +367,7 @@ (define-public sbcl-cl-irc
|
||||||
("split-sequence" ,sbcl-split-sequence)
|
("split-sequence" ,sbcl-split-sequence)
|
||||||
("usocket" ,sbcl-usocket)))
|
("usocket" ,sbcl-usocket)))
|
||||||
(arguments
|
(arguments
|
||||||
;; Some inexisting "c" system is found by guix otherwise.
|
`(#:asd-test-systems '("cl-irc-test")))
|
||||||
`(#:asd-systems '("cl-irc")))
|
|
||||||
(synopsis "IRC client library for Common Lisp")
|
(synopsis "IRC client library for Common Lisp")
|
||||||
(description "@code{cl-irc} is a Common Lisp IRC client library that
|
(description "@code{cl-irc} is a Common Lisp IRC client library that
|
||||||
features (partial) DCC, CTCP and all relevant commands from the IRC
|
features (partial) DCC, CTCP and all relevant commands from the IRC
|
||||||
|
|
Loading…
Reference in a new issue