unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: wxwidgets: enable extended regular expressions.
@ 2016-04-16 18:33 Danny Milosavljevic
  2016-04-30  1:47 ` Leo Famulari
  2016-05-23  4:15 ` [PATCH] gnu: wxwidgets: enable extended " Leo Famulari
  0 siblings, 2 replies; 6+ messages in thread
From: Danny Milosavljevic @ 2016-04-16 18:33 UTC (permalink / raw)
  To: guix-devel

Hi,

this patch enables extended regular expression support in wxwidgets. It's needed for kicad. 

I tried to test the other packages that depend on wxwidgets (wxmaxima and audacity) but even without the patch they are in various states of brokenness. See my bug reports on the problems. These are: audacity: local help files share/audacity/help/ not installed and crash in wxmaxima on Save As.

So it's not tested in wxmaxima and little tested in audacity. I think the risks are low anyway and it's likely that it will work. KiCAD works fine with it.

* gnu/packages/wxwidgets.scm (wxwidgets): enable extended regular expressions.
---
 b/gnu/packages/wxwidgets.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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] 6+ messages in thread

end of thread, other threads:[~2016-06-03 20:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-16 18:33 [PATCH] gnu: wxwidgets: enable extended regular expressions Danny Milosavljevic
2016-04-30  1:47 ` Leo Famulari
2016-05-07  5:00   ` [PATCH] gnu: wxwidgets: enable advanced (!) " Danny Milosavljevic
2016-05-23  4:15 ` [PATCH] gnu: wxwidgets: enable extended " Leo Famulari
2016-06-01  5:57   ` [PATCH v2] gnu: wxwidgets: Enable support for their "advanced" " Danny Milosavljevic
2016-06-03 20:24     ` Leo Famulari

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).