mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
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>
This commit is contained in:
parent
f3e71d7b8e
commit
7f35234002
1 changed files with 0 additions and 5 deletions
|
@ -6033,11 +6033,6 @@ (define-public sbcl-cl-reexport
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue