me
/
guix
Archived
1
0
Fork 0

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>
Pierre Neidhardt 2022-07-04 20:13:02 +02:00 committed by Guillaume Le Vaillant
parent 64030b3978
commit 664be491a4
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 0 additions and 3 deletions

View File

@ -6209,9 +6209,6 @@ neat APIs and connection-pooling. It is meant to supersede Drakma.")
`(("alexandria" ,sbcl-alexandria)))
(native-inputs
(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")
(description "Common Lisp already has major 2 namespaces, function
namespace and value namespace (or variable namespace), but there are actually