diff options
author | Pierre Neidhardt <mail@ambrevar.xyz> | 2022-07-04 20:13:02 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2022-08-03 16:45:54 +0200 |
commit | 664be491a4272a693f98bb09f2eac1b346354753 (patch) | |
tree | 92f84213d272fd23a741dafc1975e5fee16a53c7 /gnu | |
parent | 64030b3978cbe01bfb6a87ff7348e93a606039ed (diff) | |
download | guix-664be491a4272a693f98bb09f2eac1b346354753.tar.gz guix-664be491a4272a693f98bb09f2eac1b346354753.zip |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 936133251d..e3b1e2ab9d 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -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 |