Merge staging-next into staging
This commit is contained in:
@@ -87,6 +87,10 @@ let
|
||||
pythonOnBuildForTarget = pkgsBuildTarget.${pythonAttr};
|
||||
pythonOnHostForHost = pkgsHostHost.${pythonAttr};
|
||||
pythonOnTargetForTarget = pkgsTargetTarget.${pythonAttr} or { };
|
||||
pythonABITags = [
|
||||
"none"
|
||||
"cp${sourceVersion.major}${sourceVersion.minor}"
|
||||
];
|
||||
}
|
||||
// {
|
||||
inherit ucsEncoding;
|
||||
|
||||
@@ -195,6 +195,12 @@ let
|
||||
pythonOnHostForHost
|
||||
pythonOnTargetForTarget
|
||||
;
|
||||
|
||||
pythonABITags = [
|
||||
"abi3"
|
||||
"none"
|
||||
"cp${sourceVersion.major}${sourceVersion.minor}${lib.optionalString (!enableGIL) "t"}"
|
||||
];
|
||||
};
|
||||
|
||||
version = with sourceVersion; "${major}.${minor}.${patch}${suffix}";
|
||||
|
||||
Reference in New Issue
Block a user