guix-commits
[Top][All Lists]
Advanced

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

53/67: sbcl-split-sequence (FIX)


From: Pierre Neidhardt
Subject: 53/67: sbcl-split-sequence (FIX)
Date: Wed, 17 Oct 2018 04:20:20 -0400 (EDT)

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

commit 4de9560b661dfb68231900be4b3fa36bec418fb5
Author: Pierre Neidhardt <address@hidden>
Date:   Wed Oct 3 20:25:21 2018 +0200

    sbcl-split-sequence (FIX)
---
 gnu/packages/lisp.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 4044eaa..a045d79 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1875,15 +1875,15 @@ In addition to regular Packrat / Parsing Grammar / TDPL 
features ESRAP supports:
        (file-name (git-file-name "split-sequence" version))))
     (build-system asdf-build-system/sbcl)
     (arguments
-     ;; Tests seem to be broken.
+     ;; TODO: Tests seem to be broken.
+     ;; https://github.com/sharplispers/split-sequence/issues/8
      `(#:tests? #f))
     (synopsis "split-sequence is a member of the Common Lisp Utilities family 
of programs")
     (description
      "Splits sequence into a list of subsequences delimited by objects
 satisfying the test.")
     (home-page "https://cliki.net/split-sequence";)
-    ;; License seems to be missing: 
https://github.com/sharplispers/split-sequence/issues/7.
-    (license license:unlicense)))
+    (license license:expat)))
 
 (define-public cl-split-sequence
   (sbcl-package->cl-source-package sbcl-split-sequence))



reply via email to

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