mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: sbcl-lisp-namespace: Enable tests.
* gnu/packages/lisp-xyz.scm (sbcl-lisp-namespace)[arguments]: Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
64030b3978
commit
664be491a4
1 changed files with 0 additions and 3 deletions
|
@ -6209,9 +6209,6 @@ (define-public sbcl-lisp-namespace
|
||||||
`(("alexandria" ,sbcl-alexandria)))
|
`(("alexandria" ,sbcl-alexandria)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list sbcl-fiveam))
|
(list sbcl-fiveam))
|
||||||
(arguments
|
|
||||||
`(;; XXX: Component LISP-NAMESPACE-ASD::LISP-NAMESPACE.TEST not found
|
|
||||||
#:tests? #f))
|
|
||||||
(synopsis "LISP-N, or extensible namespaces in Common Lisp")
|
(synopsis "LISP-N, or extensible namespaces in Common Lisp")
|
||||||
(description "Common Lisp already has major 2 namespaces, function
|
(description "Common Lisp already has major 2 namespaces, function
|
||||||
namespace and value namespace (or variable namespace), but there are actually
|
namespace and value namespace (or variable namespace), but there are actually
|
||||||
|
|
Loading…
Reference in a new issue