whitespace
This commit is contained in:
parent
9f66bf678e
commit
1cd2bd460b
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ python.stdenv.mkDerivation (attrs // {
|
|||
|
||||
buildInputStrings = map toString buildInputs;
|
||||
|
||||
pythonPath = [ setuptools] ++ pythonPath;
|
||||
pythonPath = [ setuptools ] ++ pythonPath;
|
||||
|
||||
preConfigure = ''
|
||||
PYTHONPATH="${offlineDistutils}/lib/${python.libPrefix}/site-packages:$PYTHONPATH"
|
||||
|
|
Loading…
Reference in a new issue