mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03: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 New Issue
Block a user