mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-13 18:36:14 -05:00
gnu: Add ecl-cl-ppcre-unicode.
* gnu/packages/lisp-xyz.scm (ecl-cl-ppcre-unicode): New variable.
This commit is contained in:
parent
6fdfef668a
commit
54dc3ba2fb
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue