python3: expose all splices for use with hooks

This commit is contained in:
aleksana
2025-12-22 22:25:12 +08:00
parent 94769fa490
commit a05b9af428
@@ -141,7 +141,13 @@ rec {
pythonAtLeast = lib.versionAtLeast pythonVersion;
pythonOlder = lib.versionOlder pythonVersion;
inherit hasDistutilsCxxPatch;
inherit pythonOnBuildForHost;
inherit
pythonOnBuildForBuild
pythonOnBuildForHost
pythonOnBuildForTarget
pythonOnHostForHost
pythonOnTargetForTarget
;
inherit pythonABITags;
tests = callPackage ./tests.nix {