1
0
Fork 1
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:
Peter Simons 2013-03-26 00:58:21 +01:00
parent 70dc369314
commit 98af10f476

View file

@ -2876,7 +2876,7 @@ let
pure = callPackage ../development/interpreters/pure {};
python3 = python32;
python3 = hiPrio python32;
python32 = callPackage ../development/interpreters/python/3.2 { };
python = python27;