guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: Add cl-ppcre-unicode.


From: guix-commits
Subject: 02/02: gnu: Add cl-ppcre-unicode.
Date: Sun, 13 Sep 2020 06:01:33 -0400 (EDT)

glv pushed a commit to branch wip-lisp
in repository guix.

commit 3d8c8d1542c74be762983d405dc4cdd040e4cc47
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sun Sep 13 11:27:19 2020 +0200

    gnu: Add cl-ppcre-unicode.
    
    * gnu/packages/lisp-xyz.scm (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 8a98c9f..5da1716 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -395,6 +395,9 @@ ANSI-compliant Common Lisp implementations.")
              (delete-file "cl-ppcre.asd")
              #t)))))))
 
+(define-public cl-ppcre-unicode
+  (sbcl-package->cl-source-package sbcl-cl-ppcre-unicode))
+
 (define-public ecl-cl-ppcre-unicode
   (sbcl-package->ecl-package sbcl-cl-ppcre-unicode))
 



reply via email to

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