mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add cl-ppcre-unicode.
* gnu/packages/lisp-xyz.scm (cl-ppcre-unicode): New variable.
This commit is contained in:
parent
135bc7e31b
commit
3d8c8d1542
1 changed files with 3 additions and 0 deletions
|
@ -395,6 +395,9 @@ ANSI-compliant Common Lisp implementations.")
|
||||||
(delete-file "cl-ppcre.asd")
|
(delete-file "cl-ppcre.asd")
|
||||||
#t)))))))
|
#t)))))))
|
||||||
|
|
||||||
|
(define-public cl-ppcre-unicode
|
||||||
|
(sbcl-package->cl-source-package sbcl-cl-ppcre-unicode))
|
||||||
|
|
||||||
(define-public ecl-cl-ppcre-unicode
|
(define-public ecl-cl-ppcre-unicode
|
||||||
(sbcl-package->ecl-package sbcl-cl-ppcre-unicode))
|
(sbcl-package->ecl-package sbcl-cl-ppcre-unicode))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue