python3Packages.setuptools-rust: fix python version inconsistency (#473299)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user