Revert "meta for offline-distutils"
This reverts commit 8fcf025e5f80519a6f06c0b36aee007fe16a6e31. svn path=/nixpkgs/branches/stdenv-updates/; revision=32657
This commit is contained in:
parent
4956884de5
commit
e20d04408e
@ -18,17 +18,4 @@ stdenv.mkDerivation {
|
|||||||
allow-hosts = None
|
allow-hosts = None
|
||||||
EOF
|
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 ];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user