mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
pcre2: enable JIT
This commit is contained in:
parent
32bef7253d
commit
d2a855b606
@ -7,6 +7,10 @@ stdenv.mkDerivation {
|
||||
sha256 = "0yj8mm9ll9zj3v47rvmmqmr1ybxk72rr2lym3rymdsf905qjhbik";
|
||||
};
|
||||
|
||||
configureFlags = [
|
||||
"--enable-jit"
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "Perl Compatible Regular Expressions";
|
||||
homepage = "http://www.pcre.org/";
|
||||
|
Loading…
Reference in New Issue
Block a user