forked from mirrors/nixpkgs
fix builder in python-module
This commit is contained in:
parent
ad8a4c73fa
commit
337d16368a
|
@ -45,7 +45,7 @@ python.stdenv.mkDerivation (attrs // {
|
|||
|
||||
buildInputs = [ python wrapPython setuptools ] ++ buildInputs ++ pythonPath;
|
||||
|
||||
builder = ./builder.sh
|
||||
builder = ./builder.sh;
|
||||
|
||||
pythonPath = [ setuptools] ++ pythonPath;
|
||||
|
||||
|
|
Loading…
Reference in a new issue