Python: add todo note regarding pythonForBuild
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user