guix-commits
[Top][All Lists]
Advanced

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

06/22: gnu: sbcl-cl-reexport: Remove obsolete test workaround.


From: guix-commits
Subject: 06/22: gnu: sbcl-cl-reexport: Remove obsolete test workaround.
Date: Wed, 3 Aug 2022 10:48:01 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 7f352340020b3064d4f7727fa8133e95e2a50ecd
Author: Pierre Neidhardt <mail@ambrevar.xyz>
AuthorDate: Mon Jul 4 19:03:48 2022 +0200

    gnu: sbcl-cl-reexport: Remove obsolete test workaround.
    
    * gnu/packages/lisp-xyz.scm (sbcl-cl-reexport)[arguments]: Remove.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 gnu/packages/lisp-xyz.scm | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index c1812723f9..5591dfb688 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -6033,11 +6033,6 @@ XSD type library.")
        (list sbcl-alexandria))
       (native-inputs
        (list sbcl-prove))
-      (arguments
-       ;; FIXME: Test fails with the following, why?
-       ;; Component "cl-reexport-test" not found, required by
-       ;; #<SYSTEM "cl-reexport-test">
-       `(#:tests? #f))
       (synopsis "Reexport external symbols in other Common Lisp packages")
       (description
        "Cl-reexport makes a package reexport symbols which are external



reply via email to

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