all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] wxwidgets: enable extended regexps
@ 2016-02-15 16:28 Danny Milosavljevic
  2016-02-15 22:04 ` Leo Famulari
  0 siblings, 1 reply; 5+ messages in thread
From: Danny Milosavljevic @ 2016-02-15 16:28 UTC (permalink / raw)
  To: guix-devel

Hi,

the following patch enables "extended" regexps as required by kicad.
It could conceivably inadvertedly change behaviour of other wxwidgets apps. 
What do you think? Is this the right way?

diff --git a/gnu/packages/wxwidgets.scm b/gnu/packages/wxwidgets.scm
index b49fb2f..65adfc1 100644
--- a/gnu/packages/wxwidgets.scm
+++ b/gnu/packages/wxwidgets.scm
@@ -61,7 +61,7 @@
      `(("pkg-config" ,pkg-config)))
     (arguments
      '(#:configure-flags
-       '("--with-regex=sys" "--with-libmspack" "--with-sdl")
+       '("--with-regex" "--with-libmspack" "--with-sdl")
        #:make-flags
        (list (string-append "LDFLAGS=-Wl,-rpath="
                             (assoc-ref %outputs "out") "/lib"))

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-02-16 19:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-15 16:28 [PATCH] wxwidgets: enable extended regexps Danny Milosavljevic
2016-02-15 22:04 ` Leo Famulari
2016-02-15 22:07   ` Andreas Enge
2016-02-15 22:47     ` Thompson, David
2016-02-16 19:42       ` Danny Milosavljevic

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.