* Let nix-env only search Python 2.7 packages. Reported by Konrad
Hinsen. We should add a check to enforce that every package/version pair in "nix-env -qa" is unique :-) svn path=/nixpkgs/trunk/; revision=33424
This commit is contained in:
parent
b62900880a
commit
a559cc270e
@ -4950,10 +4950,10 @@ let
|
|||||||
|
|
||||||
pythonPackages = python27Packages;
|
pythonPackages = python27Packages;
|
||||||
|
|
||||||
python26Packages = recurseIntoAttrs (import ./python-packages.nix {
|
python26Packages = import ./python-packages.nix {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
python = python26;
|
python = python26;
|
||||||
});
|
};
|
||||||
|
|
||||||
python27Packages = recurseIntoAttrs (import ./python-packages.nix {
|
python27Packages = recurseIntoAttrs (import ./python-packages.nix {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user