Merge branch 'py/pth-recursive' into python-merge

This commit is contained in:
Florian Friesdorf
2012-11-22 13:37:51 +01:00
3 changed files with 72 additions and 0 deletions

View File

@@ -13,6 +13,12 @@ let pythonPackages = python.modules // rec {
};
recursivePthLoader = import ../development/python-modules/recursive-pth-loader {
inherit (pkgs) stdenv;
inherit python;
};
setuptools = import ../development/python-modules/setuptools {
inherit (pkgs) stdenv fetchurl;
inherit python wrapPython;