gitMinimal: build with curlMinimal on FreeBSD
FreeBSD bootstrap needs git, use curlMinimal for gitMinimal to remove a dependency loop
This commit is contained in:
@@ -1141,6 +1141,7 @@ with pkgs;
|
||||
perlSupport = false;
|
||||
rustSupport = false; # Needed for bootstrap
|
||||
withpcre2 = false;
|
||||
curl = if stdenv.hostPlatform.isFreeBSD then curlMinimal else curl; # Needed for FreeBSD bootstrap
|
||||
};
|
||||
|
||||
bump2version = with python3Packages; toPythonApplication bump2version;
|
||||
|
||||
Reference in New Issue
Block a user