pythonPackages.googlecl: add expression

This commit is contained in:
Jason "Don" O'Conal
2013-08-03 10:42:11 +10:00
parent 4fb87e91ff
commit 32a3516b2c
2 changed files with 24 additions and 1 deletions

View File

@@ -29,7 +29,8 @@ stdenv.mkDerivation rec {
wrapPythonPrograms
'';
doCheck = true;
doCheck = (!stdenv.isDarwin);
checkPhase = ''
${python}/bin/${python.executable} setup.py test
'';