gnu: wxwidgets: Enable support for "advanced" regular expressions.
* gnu/packages/wxwidgets.scm (wxwidgets)[arguments]: Enable support for "advanced" regular expressions. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
d0533afa3b
commit
b37b854e2d
|
@ -63,7 +63,7 @@
|
|||
`(("pkg-config" ,pkg-config)))
|
||||
(arguments
|
||||
'(#:configure-flags
|
||||
'("--with-regex=sys" "--with-libmspack"
|
||||
'("--with-regex" "--with-libmspack"
|
||||
"--with-sdl"
|
||||
"--enable-webview"
|
||||
"--enable-webkit"
|
||||
|
|
Loading…
Reference in New Issue