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
+1
View File
@@ -27360,6 +27360,7 @@ with pkgs;
gitMinimal = git.override {
withManual = false;
pythonSupport = false;
perlSupport = false;
withpcre2 = false;
};