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:
parent
d2a855b606
commit
840f4b0b55
|
@ -8,6 +8,8 @@ stdenv.mkDerivation {
|
|||
};
|
||||
|
||||
configureFlags = [
|
||||
"--enable-pcre2-16"
|
||||
"--enable-pcre2-32"
|
||||
"--enable-jit"
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue