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;
pythonOlder = lib.versionOlder pythonVersion;
inherit hasDistutilsCxxPatch;
# TODO: rename to pythonOnBuild
# Not done immediately because its likely used outside Nixpkgs.
pythonForBuild = pythonOnBuildForHost;
tests = callPackage ./tests.nix {