python3Packages.setuptools-rust: fix python version inconsistency (#473299)

This commit is contained in:
Aleksana
2025-12-23 03:27:20 +00:00
committed by GitHub
2 changed files with 14 additions and 15 deletions
@@ -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 {