me
/
guix
Archived
1
0
Fork 0

gnu: Add cl-ppcre-unicode.

* gnu/packages/lisp-xyz.scm (cl-ppcre-unicode): New variable.
master
Guillaume Le Vaillant 2020-09-13 11:27:19 +02:00
parent 135bc7e31b
commit 3d8c8d1542
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 3 additions and 0 deletions

View File

@ -395,6 +395,9 @@ ANSI-compliant Common Lisp implementations.")
(delete-file "cl-ppcre.asd")
#t)))))))
(define-public cl-ppcre-unicode
(sbcl-package->cl-source-package sbcl-cl-ppcre-unicode))
(define-public ecl-cl-ppcre-unicode
(sbcl-package->ecl-package sbcl-cl-ppcre-unicode))