gnu: Add ecl-cl-ppcre-unicode.

* gnu/packages/lisp-xyz.scm (ecl-cl-ppcre-unicode): New variable.
This commit is contained in:
Guillaume Le Vaillant 2020-02-04 11:28:44 +01:00
parent 6fdfef668a
commit 54dc3ba2fb
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -625,6 +625,9 @@ (define-public sbcl-cl-ppcre-unicode
`(("sbcl-cl-ppcre" ,sbcl-cl-ppcre)
("sbcl-cl-unicode" ,sbcl-cl-unicode)))))
(define-public ecl-cl-ppcre-unicode
(sbcl-package->ecl-package sbcl-cl-ppcre-unicode))
;; The slynk that users expect to install includes all of slynk's contrib
;; modules. Therefore, we build the base module and all contribs first; then
;; we expose the union of these as `sbcl-slynk'. The following variable