Merge pull request #182459 from stigtsp/fix/gitminimal-no-perl

gitMinimal: set perlSupport=false
This commit is contained in:
Bernardo Meurer 2022-07-28 00:36:01 -07:00 committed by GitHub
commit a802ad3445
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27360,6 +27360,7 @@ with pkgs;
gitMinimal = git.override {
withManual = false;
pythonSupport = false;
perlSupport = false;
withpcre2 = false;
};