Merge staging-next into staging

This commit is contained in:
nixpkgs-ci[bot]
2025-10-05 09:12:50 +00:00
committed by GitHub
125 changed files with 538 additions and 651 deletions
@@ -87,6 +87,10 @@ let
pythonOnBuildForTarget = pkgsBuildTarget.${pythonAttr};
pythonOnHostForHost = pkgsHostHost.${pythonAttr};
pythonOnTargetForTarget = pkgsTargetTarget.${pythonAttr} or { };
pythonABITags = [
"none"
"cp${sourceVersion.major}${sourceVersion.minor}"
];
}
// {
inherit ucsEncoding;