all-packages.nix: mark python3 'hiPrio' so that it takes precedence when version 2.x and 3.x are installed into the same environment
This commit is contained in:
parent
70dc369314
commit
98af10f476
@ -2876,7 +2876,7 @@ let
|
|||||||
|
|
||||||
pure = callPackage ../development/interpreters/pure {};
|
pure = callPackage ../development/interpreters/pure {};
|
||||||
|
|
||||||
python3 = python32;
|
python3 = hiPrio python32;
|
||||||
python32 = callPackage ../development/interpreters/python/3.2 { };
|
python32 = callPackage ../development/interpreters/python/3.2 { };
|
||||||
|
|
||||||
python = python27;
|
python = python27;
|
||||||
|
Loading…
Reference in New Issue
Block a user