mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
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;
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user