make pythonPackages default to pyhton26Packages because python26 is default now
This makes python packages passed to inkscape have same version again svn path=/nixpkgs/trunk/; revision=21130
This commit is contained in:
parent
ecaa92decb
commit
3874ba79bd
|
@ -5291,7 +5291,9 @@ let
|
|||
setuptools = setuptools_python26;
|
||||
};
|
||||
|
||||
pythonPackages = recurseIntoAttrs (import ./python-packages.nix {
|
||||
pythonPackages = python26Packages;
|
||||
|
||||
python25Packages = recurseIntoAttrs (import ./python-packages.nix {
|
||||
inherit pkgs python buildPythonPackage;
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue