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;
};
python27Packages = recurseIntoAttrs (import ./python-packages.nix {
python27Packages = lib.hiPrioSet (recurseIntoAttrs (import ./python-packages.nix {
inherit pkgs;
python = python27;
});
}));
pypyPackages = recurseIntoAttrs (import ./python-packages.nix {
inherit pkgs;