guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/05: gnu: sbcl-cl-html5-parser: Enable tests.


From: guix-commits
Subject: 05/05: gnu: sbcl-cl-html5-parser: Enable tests.
Date: Fri, 21 May 2021 05:20:51 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 8b972bd53177dab0c5600f2b59d3ac0916ce82cf
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu May 20 23:00:35 2021 +0100

    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>
---
 gnu/packages/lisp-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 7db71f4..8163fbd 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]