ambrevar pushed a commit to branch wip-next-browser2
in repository guix.
commit 4de9560b661dfb68231900be4b3fa36bec418fb5
Author: Pierre Neidhardt <[email protected]>
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))