Move namePrefix="" python packages out of python-packges.nix

It doesn't make sense to build tools/applications with three different
python interpreter versions, so move them out of python modules list.

Also reverts 53ffc6e0ef.
This commit is contained in:
Domen Kožar
2013-07-31 13:32:25 +02:00
parent ef659fa8c0
commit 332dd4854f
7 changed files with 97 additions and 86 deletions

View File

@@ -34,9 +34,10 @@ stdenv.mkDerivation rec {
${python}/bin/${python.executable} setup.py test
'';
meta = {
meta = with stdenv.lib; {
description = "Utilities to facilitate the installation of Python packages";
homepage = http://pypi.python.org/pypi/setuptools;
licenses = [ "PSF" "ZPL" ];
platforms = platforms.all;
};
}