gnu: pcre2: Fix build configuration for pcre2.

* gnu/packages/pcre.scm (pcre2)[arguments]: Remove unknown configure flag
'--enable-unicode-properties' and adapt other flags for pcre2.
This commit is contained in:
Leo Famulari 2017-05-07 17:19:40 -04:00
parent 37f46a4bc5
commit af6e2385b3
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -100,10 +100,9 @@ (define-public pcre2
("zlib" ,zlib)))
(arguments
`(#:configure-flags '("--enable-unicode"
"--enable-pcregrep-libz"
"--enable-pcregrep-libbz2"
"--enable-pcretest-libreadline"
"--enable-unicode-properties"
"--enable-pcre2grep-libz"
"--enable-pcre2grep-libbz2"
"--enable-pcre2test-libreadline"
"--enable-pcre2-16"
"--enable-pcre2-32"
"--enable-jit")