Merge pull request #105113 from adisbladis/pythonforbuild-overrides
python: Propagate packageOverrides to pythonForBuild
This commit is contained in:
commit
a52850e304
@ -102,7 +102,7 @@ with pkgs;
|
|||||||
inherit hasDistutilsCxxPatch;
|
inherit hasDistutilsCxxPatch;
|
||||||
# TODO: rename to pythonOnBuild
|
# TODO: rename to pythonOnBuild
|
||||||
# Not done immediately because its likely used outside Nixpkgs.
|
# Not done immediately because its likely used outside Nixpkgs.
|
||||||
pythonForBuild = pythonOnBuildForHost;
|
pythonForBuild = pythonOnBuildForHost.override { inherit packageOverrides; self = pythonForBuild; };
|
||||||
|
|
||||||
tests = callPackage ./tests.nix {
|
tests = callPackage ./tests.nix {
|
||||||
python = self;
|
python = self;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user