all-packages.nix: ensure that python3 and python3Packages refer to the same version!
Thanks to Vladimír for the suggestion.
This commit is contained in:
parent
cc9b8a8b6f
commit
61cd66944e
@ -3460,7 +3460,7 @@ let
|
||||
python33 = callPackage ../development/interpreters/python/3.3 { };
|
||||
python34 = hiPrio (callPackage ../development/interpreters/python/3.4 { });
|
||||
python = python27;
|
||||
python3 = python34;
|
||||
python3 = python3Packages.python;
|
||||
|
||||
pypy = callPackage ../development/interpreters/pypy/2.2 { };
|
||||
|
||||
@ -6326,7 +6326,7 @@ let
|
||||
python = python26;
|
||||
};
|
||||
|
||||
python3Packages = python33Packages;
|
||||
python3Packages = python34Packages;
|
||||
|
||||
python33Packages = recurseIntoAttrs (import ./python-packages.nix {
|
||||
inherit pkgs;
|
||||
|
Loading…
Reference in New Issue
Block a user