1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-28 00:22:13 +00:00

python27Packages is now a hiPrioSet to avoid other python versions interfering

This commit is contained in:
Domen Kožar 2014-05-22 08:58:49 +02:00
parent 5396bcdad1
commit eac9fe354c

View file

@ -6390,10 +6390,10 @@ let
python = python32; python = python32;
}; };
python27Packages = recurseIntoAttrs (import ./python-packages.nix { python27Packages = lib.hiPrioSet (recurseIntoAttrs (import ./python-packages.nix {
inherit pkgs; inherit pkgs;
python = python27; python = python27;
}); }));
pypyPackages = recurseIntoAttrs (import ./python-packages.nix { pypyPackages = recurseIntoAttrs (import ./python-packages.nix {
inherit pkgs; inherit pkgs;