me
/
guix
Archived
1
0
Fork 0

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>
master
Sharlatan Hellseher 2021-05-20 23:00:35 +01:00 committed by Guillaume Le Vaillant
parent 20eb41b66a
commit 8b972bd531
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 4 additions and 3 deletions

View File

@ -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)