use recursivePthLoader instead of setuptoolsSite

This commit is contained in:
Florian Friesdorf
2012-12-22 01:13:23 +01:00
parent 45635e9e0f
commit 886742d91a
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ let pythonPackages = python.modules // rec {
buildPythonPackage = import ../development/python-modules/generic {
inherit (pkgs) lib;
inherit python wrapPython setuptools setuptoolsSite offlineDistutils;
inherit python wrapPython setuptools recursivePthLoader offlineDistutils;
};