ripgrep: turn withPCRE2 on by default
This is set by default in archpkgs and debian repos, and would confuse fewer new users.
This commit is contained in:
parent
5cece63aad
commit
94e62564cb
@ -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 New Issue
Block a user