whitespace

This commit is contained in:
Florian Friesdorf 2013-01-09 22:29:41 +01:00
parent 9f66bf678e
commit 1cd2bd460b

View file

@ -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"