mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 21:50:55 +00:00
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 {};
|
||||
|
||||
python3 = python32;
|
||||
python3 = hiPrio python32;
|
||||
python32 = callPackage ../development/interpreters/python/3.2 { };
|
||||
|
||||
python = python27;
|
||||
|
|
Loading…
Reference in a new issue