summaryrefslogtreecommitdiff
path: root/gnu/packages/lisp-xyz.scm
diff options
context:
space:
mode:
authorAurora <rind38@disroot.org>2022-03-09 20:27:43 +0000
committerGuillaume Le Vaillant <glv@posteo.net>2022-03-10 14:56:00 +0100
commit3c5da3329ddfe554f5fdbc43d4e6affe15b28608 (patch)
treef4f178b049d6393ddb1f2300e5a87d79c2f94e82 /gnu/packages/lisp-xyz.scm
parent8daa60cda08f329cc6dcb852ffd610cf2f2458fd (diff)
downloadguix-patches-3c5da3329ddfe554f5fdbc43d4e6affe15b28608.tar
guix-patches-3c5da3329ddfe554f5fdbc43d4e6affe15b28608.tar.gz
gnu: cl-smart-buffer: Fix tests.
* gnu/packages/lisp-xyz.scm (sbcl-smart-buffer)[native-inputs]: Add babel. [arguments]: Add 'asd-systems' parameter. Enable tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'gnu/packages/lisp-xyz.scm')
-rw-r--r--gnu/packages/lisp-xyz.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 37a6e5a5ff..73ed1bcf00 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -4399,11 +4399,10 @@ effieiently.")
(base32 "0qz1zzxx0wm5ff7gpgsq550a59p0qj594zfmm2rglj97dahj54l7"))))
(build-system asdf-build-system/sbcl)
(arguments
- ;; Tests fail with: Component SMART-BUFFER-ASD::SMART-BUFFER-TEST not
- ;; found, required by #<SYSTEM "smart-buffer">. Why?
- `(#:tests? #f))
+ '(#:asd-systems '("smart-buffer-test" "smart-buffer")))
(native-inputs
- (list sbcl-prove))
+ (list sbcl-prove
+ sbcl-babel))
(inputs
(list sbcl-xsubseq sbcl-flexi-streams))
(home-page "https://github.com/fukamachi/smart-buffer")