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:
parent
5396bcdad1
commit
eac9fe354c
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue