Merge pull request #65254 from ar1a/rgpcre2
ripgrep: turn withPCRE2 on by default
This commit is contained in:
commit
b93b7d292a
|
@ -1,6 +1,6 @@
|
||||||
{ stdenv, fetchFromGitHub, rustPlatform, asciidoc, docbook_xsl, libxslt
|
{ stdenv, fetchFromGitHub, rustPlatform, asciidoc, docbook_xsl, libxslt
|
||||||
, Security
|
, Security
|
||||||
, withPCRE2 ? false, pcre2 ? null
|
, withPCRE2 ? true, pcre2 ? null
|
||||||
}:
|
}:
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
|
|
Loading…
Reference in New Issue