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:
Aria Edmonds 2019-07-22 19:18:22 +10:00 committed by worldofpeace
parent 5cece63aad
commit 94e62564cb

View File

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, rustPlatform, asciidoc, docbook_xsl, libxslt
, Security
, withPCRE2 ? false, pcre2 ? null
, withPCRE2 ? true, pcre2 ? null
}:
rustPlatform.buildRustPackage rec {