1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

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"
];