guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/22: gnu: sbcl-cl-irc: Fix tests.


From: guix-commits
Subject: 09/22: gnu: sbcl-cl-irc: Fix tests.
Date: Wed, 3 Aug 2022 10:48:07 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit a768436cda4155474320340eb054a3365783f3c9
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Mon Jul 4 19:21:53 2022 +0200

    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>
---
 gnu/packages/lisp-xyz.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 06a96aaf3c..17a1298595 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -360,7 +360,6 @@ or cl-launch for portable processing of command-line 
arguments.")
           (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 @@ or cl-launch for portable processing of command-line 
arguments.")
          ("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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]