guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: Add sbcl-cl-ppcre-unicode.


From: Ricardo Wurmus
Subject: 01/06: gnu: Add sbcl-cl-ppcre-unicode.
Date: Thu, 1 Jun 2017 17:32:41 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit b693aa6e63f7719aeb9b5f737eff966f9074a399
Author: Ricardo Wurmus <address@hidden>
Date:   Mon May 29 18:47:44 2017 +0200

    gnu: Add sbcl-cl-ppcre-unicode.
    
    * gnu/packages/lisp.scm (sbcl-cl-ppcre-unicode): New variable.
---
 gnu/packages/lisp.scm | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 64acc75..6887b32 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -881,6 +881,16 @@ from other CLXes around the net.")
 (define-public ecl-clx
   (sbcl-package->ecl-package sbcl-clx))
 
+(define-public sbcl-cl-ppcre-unicode
+  (package (inherit sbcl-cl-ppcre)
+    (name "sbcl-cl-ppcre-unicode")
+    (arguments
+     `(#:tests? #f ; tests fail with "Component :CL-PPCRE-TEST not found"
+       #:asd-file "cl-ppcre-unicode.asd"))
+    (inputs
+     `(("sbcl-cl-ppcre" ,sbcl-cl-ppcre)
+       ("sbcl-cl-unicode" ,sbcl-cl-unicode)))))
+
 (define-public sbcl-stumpwm
   (package
     (name "sbcl-stumpwm")



reply via email to

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