guix-commits
[Top][All Lists]
Advanced

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

15/38: cl-string-match (FIX)


From: Pierre Neidhardt
Subject: 15/38: cl-string-match (FIX)
Date: Tue, 2 Oct 2018 14:00:11 -0400 (EDT)

ambrevar pushed a commit to branch wip-next-browser
in repository guix.

commit 046847c706a1da9971b31d9597aa4a894bcfb47a
Author: Pierre Neidhardt <address@hidden>
Date:   Mon Oct 1 15:33:10 2018 +0200

    cl-string-match (FIX)
---
 gnu/packages/lisp.scm | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 34f21b1..9f8e03d 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -2628,13 +2628,16 @@ single-byte encoded strings.")
        ("yacc" ,sbcl-cl-yacc)
        ("jpl-util" ,sbcl-jpl-util)
        ("jpl-queues" ,sbcl-jpl-queues)
-       ;; TODO: Doc generation requires mgl-pax, which requires SWANK, which I
-       ;; don't know how to build properly.
-       ;; See https://github.com/slime/slime/issues/457#event-1807320285.
        ("mgl-pax" ,sbcl-mgl-pax)
        ("iterate" ,sbcl-iterate)))
+    ;; TODO: Tests are not evaluated properly.
+    (native-inputs
+     ;; For testing:
+     `(("lisp-unit" ,sbcl-lisp-unit)
+       ("simple-scanf" ,sbcl-simple-scanf)))
     (arguments
-     `(#:asd-file "cl-string-match.asd"))
+     `(#:tests? #f
+       #:asd-file "cl-string-match.asd"))
     (synopsis "Portable, dependency-free set of utilities to manipulate 
strings in Common Lisp")
     (description
      "@command{cl-strings} is a small, portable, dependency-free set of



reply via email to

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