gnu: pcre: Enable more features.
* gnu/packages/pcre.scm (pcre)[arguments]: To configure-flags, add "--enable-unicode-properties", "--enable-pcre16", and "--enable-pcre32".
This commit is contained in:
parent
db35fb88e4
commit
16f7190830
|
@ -45,6 +45,9 @@
|
||||||
"--enable-pcregrep-libz"
|
"--enable-pcregrep-libz"
|
||||||
"--enable-pcregrep-libbz2"
|
"--enable-pcregrep-libbz2"
|
||||||
"--enable-pcretest-libreadline"
|
"--enable-pcretest-libreadline"
|
||||||
|
"--enable-unicode-properties"
|
||||||
|
"--enable-pcre16"
|
||||||
|
"--enable-pcre32"
|
||||||
"--enable-jit")))
|
"--enable-jit")))
|
||||||
(synopsis "Perl Compatible Regular Expressions")
|
(synopsis "Perl Compatible Regular Expressions")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue