[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/13: gnu: Add ecl-cl-ppcre-unicode.
From: |
guix-commits |
Subject: |
08/13: gnu: Add ecl-cl-ppcre-unicode. |
Date: |
Tue, 4 Feb 2020 10:36:31 -0500 (EST) |
glv pushed a commit to branch master
in repository guix.
commit 54dc3ba2fb0061f41bc14d4edeee1a2dbe793701
Author: Guillaume Le Vaillant <address@hidden>
AuthorDate: Tue Feb 4 11:28:44 2020 +0100
gnu: Add ecl-cl-ppcre-unicode.
* gnu/packages/lisp-xyz.scm (ecl-cl-ppcre-unicode): New variable.
---
gnu/packages/lisp-xyz.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 0c705ab..e737298 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -625,6 +625,9 @@ from other CLXes around the net.")
`(("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
- branch master updated (cf10627 -> b23e6f5), guix-commits, 2020/02/04
- 01/13: gnu: sbcl-bordeaux-threads: Update to 0.8.7., guix-commits, 2020/02/04
- 02/13: gnu: sbcl-cl-fad: Update to 0.7.6., guix-commits, 2020/02/04
- 03/13: gnu: sbcl-drakma: Update to 2.0.7., guix-commits, 2020/02/04
- 06/13: gnu: sbcl-cl-ppcre: Update to 2.1.1., guix-commits, 2020/02/04
- 05/13: gnu: sbcl-flexi-streams: Update to 1.0.18., guix-commits, 2020/02/04
- 07/13: gnu: sbcl-cl-unicode: Update to 0.1.6., guix-commits, 2020/02/04
- 08/13: gnu: Add ecl-cl-ppcre-unicode.,
guix-commits <=
- 10/13: gnu: sbcl-swap-bytes: Update to 1.2., guix-commits, 2020/02/04
- 12/13: gnu: Add ecl-static-vectors., guix-commits, 2020/02/04
- 04/13: gnu: Add ecl-drakma., guix-commits, 2020/02/04
- 09/13: gnu: sbcl-split-sequence: Update to 2.0.0., guix-commits, 2020/02/04
- 11/13: gnu: sbcl-static-vectors: Update to 1.8.4., guix-commits, 2020/02/04
- 13/13: gnu: sbcl-usocket: Update to 0.8.3., guix-commits, 2020/02/04