GNU bug report logs -
#27132
[PATCH 0/6] Add uglify-js
Previous Next
Reported by: Ricardo Wurmus <rekado <at> elephly.net>
Date: Mon, 29 May 2017 16:54:02 UTC
Severity: normal
Tags: patch
Done: Ricardo Wurmus <rekado <at> elephly.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Ricardo Wurmus <rekado <at> elephly.net> skribis:
> * 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 64acc75e5..6887b320f 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"))
So this is really different from cl-ppcre, right?
Anyway, looks reasonable to me.
Ludo’.
This bug report was last modified 8 years and 51 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.