Python: add todo note regarding pythonForBuild

This commit is contained in:
Frederik Rietdijk 2020-11-28 17:33:28 +01:00
parent 5804c8a7f5
commit 455774e546

View File

@ -100,6 +100,8 @@ with pkgs;
pythonAtLeast = lib.versionAtLeast pythonVersion; pythonAtLeast = lib.versionAtLeast pythonVersion;
pythonOlder = lib.versionOlder pythonVersion; pythonOlder = lib.versionOlder pythonVersion;
inherit hasDistutilsCxxPatch; inherit hasDistutilsCxxPatch;
# TODO: rename to pythonOnBuild
# Not done immediately because its likely used outside Nixpkgs.
pythonForBuild = pythonOnBuildForHost; pythonForBuild = pythonOnBuildForHost;
tests = callPackage ./tests.nix { tests = callPackage ./tests.nix {