gitMinimal: build with curlMinimal on FreeBSD

FreeBSD bootstrap needs git, use curlMinimal for gitMinimal
to remove a dependency loop
This commit is contained in:
Audrey Dutcher
2026-05-22 12:38:53 -04:00
committed by Artemis Tosini
parent 3293eb7d55
commit 2a718c6457
+1
View File
@@ -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;