Revert "prevent distutils during module install from downloading and load pth files"

This reverts commit 2a151d9df99f68c555a9f1fd2c80b8889561e9e3.

svn path=/nixpkgs/branches/stdenv-updates/; revision=32659
This commit is contained in:
Florian Friesdorf
2012-02-28 00:07:42 +00:00
parent 9159a78807
commit 43e16d04b9
3 changed files with 2 additions and 36 deletions
+1 -5
View File
@@ -9,7 +9,7 @@ let pythonPackages = python.modules // rec {
buildPythonPackage = import ../development/python-modules/generic {
inherit (pkgs) lib;
inherit python wrapPython setuptools site offlineDistutils;
inherit python wrapPython setuptools site;
};
@@ -24,10 +24,6 @@ let pythonPackages = python.modules // rec {
inherit python;
};
offlineDistutils = import ../development/python-modules/offline-distutils {
inherit (pkgs) stdenv;
inherit python;
};
ipython = import ../shells/ipython {
inherit (pkgs) stdenv fetchurl;