pythonInterpreters: Add passthru.pythonABITags (#445140)

This commit is contained in:
Martin Weinelt
2025-10-05 01:17:18 +00:00
committed by GitHub
6 changed files with 27 additions and 0 deletions
@@ -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}";