Ricardo Wurmus <[email protected]> skribis:
> From 98a99c25d43cdcd8aa0051bc91c3696fccfb634b Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus <[email protected]>
> Date: Sun, 19 Apr 2015 18:38:24 +0200
> Subject: [PATCH] gnu: Add goffice-0.8.
>
> * gnu/packages/gnome.scm (goffice-0.8): New variable.
[...]
> + (alist-cons-after
> + 'unpack 'fix-pcre-check
> + (lambda _
> + (substitute* "configure"
> + (("glib/gregex\\.h") "glib.h")) #t)
Could you add a comment to explain?
Otherwise OK, thanks!
Ludo’.