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