gitMinimal: set perlSupport=false

This commit is contained in:
Stig Palmquist
2022-07-22 13:38:26 +02:00
parent ad29dc19c1
commit e7de3e88fb
+1
View File
@@ -27293,6 +27293,7 @@ with pkgs;
gitMinimal = git.override {
withManual = false;
pythonSupport = false;
perlSupport = false;
withpcre2 = false;
};