Python splicing: splice package sets, not Python derivation
In the original commit the various builds of Python were added to `otherSplices`, instead of the intended Python package sets.
This commit is contained in:
parent
6cf25f9dbd
commit
5804c8a7f5
@ -28,11 +28,11 @@ with pkgs;
|
|||||||
python = self;
|
python = self;
|
||||||
};
|
};
|
||||||
otherSplices = {
|
otherSplices = {
|
||||||
selfBuildBuild = pythonOnBuildForBuild;
|
selfBuildBuild = pythonOnBuildForBuild.pkgs;
|
||||||
selfBuildHost = pythonOnBuildForHost;
|
selfBuildHost = pythonOnBuildForHost.pkgs;
|
||||||
selfBuildTarget = pythonOnBuildForTarget;
|
selfBuildTarget = pythonOnBuildForTarget.pkgs;
|
||||||
selfHostHost = pythonOnHostForHost;
|
selfHostHost = pythonOnHostForHost.pkgs;
|
||||||
selfTargetTarget = pythonOnTargetForTarget;
|
selfTargetTarget = pythonOnTargetForTarget.pkgs or {}; # There is no Python TargetTarget.
|
||||||
};
|
};
|
||||||
keep = self: {
|
keep = self: {
|
||||||
# TODO maybe only define these here so nothing is needed to be kept in sync.
|
# TODO maybe only define these here so nothing is needed to be kept in sync.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user