Merge pull request #182459 from stigtsp/fix/gitminimal-no-perl
gitMinimal: set perlSupport=false
This commit is contained in:
@@ -27360,6 +27360,7 @@ with pkgs;
|
||||
gitMinimal = git.override {
|
||||
withManual = false;
|
||||
pythonSupport = false;
|
||||
perlSupport = false;
|
||||
withpcre2 = false;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user