Skip to content

Commit

Permalink
Python: add todo note regarding pythonForBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Nov 28, 2020
1 parent 5804c8a commit 455774e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/interpreters/python/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 455774e

Please sign in to comment.