gnu: Add sbcl-cl-ppcre-unicode.
* gnu/packages/lisp.scm (sbcl-cl-ppcre-unicode): New variable.
This commit is contained in:
parent
dec63df4ff
commit
b693aa6e63
|
@ -881,6 +881,16 @@ from other CLXes around the net.")
|
|||
(define-public ecl-clx
|
||||
(sbcl-package->ecl-package sbcl-clx))
|
||||
|
||||
(define-public sbcl-cl-ppcre-unicode
|
||||
(package (inherit sbcl-cl-ppcre)
|
||||
(name "sbcl-cl-ppcre-unicode")
|
||||
(arguments
|
||||
`(#:tests? #f ; tests fail with "Component :CL-PPCRE-TEST not found"
|
||||
#:asd-file "cl-ppcre-unicode.asd"))
|
||||
(inputs
|
||||
`(("sbcl-cl-ppcre" ,sbcl-cl-ppcre)
|
||||
("sbcl-cl-unicode" ,sbcl-cl-unicode)))))
|
||||
|
||||
(define-public sbcl-stumpwm
|
||||
(package
|
||||
(name "sbcl-stumpwm")
|
||||
|
|
Loading…
Reference in New Issue