mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add clasp-cl-ppcre.
* gnu/packages/lisp-xyz.scm (clasp-cl-ppcre): New variable. Change-Id: I95c5146a9ea86e9bea14f33f291f1c7650b413c9
This commit is contained in:
parent
29e75c336d
commit
3d9f413f42
1 changed files with 3 additions and 0 deletions
|
@ -8901,6 +8901,9 @@ compatible with ANSI-compliant Common Lisp implementations.")
|
|||
(define-public ecl-cl-ppcre
|
||||
(sbcl-package->ecl-package sbcl-cl-ppcre))
|
||||
|
||||
(define-public clasp-cl-ppcre
|
||||
(sbcl-package->clasp-package sbcl-cl-ppcre))
|
||||
|
||||
(define-public sbcl-cl-ppcre-unicode
|
||||
(package (inherit sbcl-cl-ppcre)
|
||||
(name "sbcl-cl-ppcre-unicode")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue