summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2021-05-20 23:00:35 +0100
committerGuillaume Le Vaillant <glv@posteo.net>2021-05-21 11:15:49 +0200
commit8b972bd53177dab0c5600f2b59d3ac0916ce82cf (patch)
tree3c6f2c667d53df6e34ecd8b6992166e7db05b132 /gnu
parent20eb41b66adc5933cf34323a3c010b8d57ab7eae (diff)
downloadguix-patches-8b972bd53177dab0c5600f2b59d3ac0916ce82cf.tar
guix-patches-8b972bd53177dab0c5600f2b59d3ac0916ce82cf.tar.gz
gnu: sbcl-cl-html5-parser: Enable tests.
* gnu/packages/lisp-xyz.scm (sbcl-cl-html5-parser) [arguments]: Enable tests, clean up not required #:asd-systems. [native-inputs]: Add json-streams, split-sequence and stefil. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/lisp-xyz.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 7db71f4774..8163fbdecf 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -15384,9 +15384,10 @@ Lisp.")
(sha256
(base32 "04if61wigylsmn996rbfl8ylsd0d9hzdmg7p2wiglncibjzcl5k9"))))
(build-system asdf-build-system/sbcl)
- (arguments
- '(#:tests? #f
- #:asd-systems '("cl-html5-parser")))
+ (native-inputs
+ `(("json-streams" ,sbcl-json-streams)
+ ("split-sequence" ,sbcl-split-sequence)
+ ("stefil" ,sbcl-stefil)))
(inputs
`(("cl-ppcre" ,sbcl-cl-ppcre)
("flexi-stream" ,sbcl-flexi-streams)