mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
* 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;
|
||||
|
||||
python26Packages = recurseIntoAttrs (import ./python-packages.nix {
|
||||
python26Packages = import ./python-packages.nix {
|
||||
inherit pkgs;
|
||||
python = python26;
|
||||
});
|
||||
};
|
||||
|
||||
python27Packages = recurseIntoAttrs (import ./python-packages.nix {
|
||||
inherit pkgs;
|
||||
|
Loading…
Reference in New Issue
Block a user