pcre2: enable alternate character widths

This commit is contained in:
Thomas Tuegel 2015-10-10 13:56:34 -05:00
parent d2a855b606
commit 840f4b0b55

View file

@ -8,6 +8,8 @@ stdenv.mkDerivation {
};
configureFlags = [
"--enable-pcre2-16"
"--enable-pcre2-32"
"--enable-jit"
];