guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]