Python: add todo note regarding pythonForBuild
This commit is contained in:
parent
5804c8a7f5
commit
455774e546
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user