mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
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
|
||||
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…
Reference in New Issue
Block a user