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