mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
fix builder in python-module
This commit is contained in:
parent
ad8a4c73fa
commit
337d16368a
1 changed files with 1 additions and 1 deletions
|
@ -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