python: remove pythonForBuild passthru

Scheduled for 25.05.
This commit is contained in:
Wolfgang Walther 2024-11-17 15:28:22 +01:00
parent 8893429fc5
commit 8ac9869133
No known key found for this signature in database
GPG Key ID: B39893FA5F65CAE1

View File

@ -91,10 +91,6 @@ in rec {
pythonAtLeast = lib.versionAtLeast pythonVersion;
pythonOlder = lib.versionOlder pythonVersion;
inherit hasDistutilsCxxPatch;
# Remove after 24.11 is released.
pythonForBuild =
lib.warnIf (lib.oldestSupportedReleaseIsAtLeast 2311) "`pythonForBuild` (from `python*`) has been renamed to `pythonOnBuildForHost`"
pythonOnBuildForHost_overridden;
pythonOnBuildForHost = pythonOnBuildForHost_overridden;
tests = callPackage ./tests.nix {