Revert "meta for offline-distutils"

This reverts commit 8fcf025e5f80519a6f06c0b36aee007fe16a6e31.

svn path=/nixpkgs/branches/stdenv-updates/; revision=32657
This commit is contained in:
Florian Friesdorf 2012-02-28 00:07:36 +00:00
parent 4956884de5
commit e20d04408e

View File

@ -18,17 +18,4 @@ stdenv.mkDerivation {
allow-hosts = None
EOF
'';
meta = {
description = "distutils configured to disallow downloads";
longDescription = ''
A normal distutils with added distutils.cfg to set allow-hosts
to None. This dissallows easy_install to download any packages.
It is used by buildPythonPackage to ensure that no packages are
downloaded during build/test/install.
'';
license = stdenv.lib.licenses.psfl;
platforms = stdenv.lib.platforms.all;
maintainers = with stdenv.lib.maintainers; [ simons chaoflow ];
};
}