Merge pull request #105113 from adisbladis/pythonforbuild-overrides

python: Propagate packageOverrides to pythonForBuild

authored by adisbladis and committed by GitHub a52850e3 b516a09d

+1 -1
+1 -1
pkgs/development/interpreters/python/default.nix
··· 102 102 inherit hasDistutilsCxxPatch; 103 103 # TODO: rename to pythonOnBuild 104 104 # Not done immediately because its likely used outside Nixpkgs. 105 - pythonForBuild = pythonOnBuildForHost; 105 + pythonForBuild = pythonOnBuildForHost.override { inherit packageOverrides; self = pythonForBuild; }; 106 106 107 107 tests = callPackage ./tests.nix { 108 108 python = self;