mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -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"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(native-inputs
|
||||
;; Tests only.
|
||||
(list sbcl-rt))
|
||||
(inputs
|
||||
`(("cl+ssl" ,sbcl-cl+ssl)
|
||||
|
@ -368,8 +367,7 @@ (define-public sbcl-cl-irc
|
|||
("split-sequence" ,sbcl-split-sequence)
|
||||
("usocket" ,sbcl-usocket)))
|
||||
(arguments
|
||||
;; Some inexisting "c" system is found by guix otherwise.
|
||||
`(#:asd-systems '("cl-irc")))
|
||||
`(#:asd-test-systems '("cl-irc-test")))
|
||||
(synopsis "IRC client library for Common Lisp")
|
||||
(description "@code{cl-irc} is a Common Lisp IRC client library that
|
||||
features (partial) DCC, CTCP and all relevant commands from the IRC
|
||||
|
|
Loading…
Reference in a new issue