Explicitly specify the pythonVersion and use that together with versionOlder/versionAtLeast to specify bounds
This commit is contained in:
@@ -27,6 +27,7 @@ let
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
name = "python3-${version}";
|
||||
pythonVersion = majorVersion;
|
||||
inherit majorVersion version;
|
||||
|
||||
src = fetchurl {
|
||||
|
||||
Reference in New Issue
Block a user