Merge pull request #65254 from ar1a/rgpcre2

ripgrep: turn withPCRE2 on by default
This commit is contained in:
worldofpeace 2019-07-22 05:37:36 -04:00 committed by GitHub
commit b93b7d292a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {