mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
python27Packages is now a hiPrioSet to avoid other python versions interfering
This commit is contained in:
parent
5396bcdad1
commit
eac9fe354c
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue