make diff to master look nicer

This commit is contained in:
Florian Friesdorf
2012-12-03 04:41:19 +01:00
parent 5436356733
commit d4d76a8443
2 changed files with 9 additions and 8 deletions

View File

@@ -34,6 +34,7 @@
python setup.py test
runHook postCheck
''
, postInstall ? ""
, ... } @ attrs:
@@ -48,7 +49,7 @@ python.stdenv.mkDerivation (attrs // {
buildInputStrings = map toString buildInputs;
pythonPath = [ setuptools ] ++ pythonPath;
pythonPath = [ setuptools] ++ pythonPath;
preConfigure = ''
PYTHONPATH="${offlineDistutils}/lib/${python.libPrefix}/site-packages:$PYTHONPATH"