pythonPackages.setuptools: fix for use in buildEnv
pythonPath needs to be set for it to be included in buildEnv. This will also fix tox.
This commit is contained in:
parent
cbcb23dcf6
commit
def310df45
@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
|
|||||||
wrapPythonPrograms
|
wrapPythonPrograms
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
pythonPath = [];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Utilities to facilitate the installation of Python packages";
|
description = "Utilities to facilitate the installation of Python packages";
|
||||||
homepage = http://pypi.python.org/pypi/setuptools;
|
homepage = http://pypi.python.org/pypi/setuptools;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user