fix builder in python-module

This commit is contained in:
Florian Friesdorf 2012-11-23 17:38:31 +01:00
parent ad8a4c73fa
commit 337d16368a

View file

@ -45,7 +45,7 @@ python.stdenv.mkDerivation (attrs // {
buildInputs = [ python wrapPython setuptools ] ++ buildInputs ++ pythonPath;
builder = ./builder.sh
builder = ./builder.sh;
pythonPath = [ setuptools] ++ pythonPath;