mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
Explicitly specify the pythonVersion and use that together with versionOlder/versionAtLeast to specify bounds
This commit is contained in:
@@ -56,6 +56,7 @@ let
|
||||
# external dependencies.
|
||||
python = stdenv.mkDerivation {
|
||||
name = "python${if includeModules then "" else "-minimal"}-${version}";
|
||||
pythonVersion = majorVersion;
|
||||
|
||||
inherit majorVersion version src patches buildInputs preConfigure;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user