pythonPackages.googlecl: add expression

This commit is contained in:
Jason "Don" O'Conal
2013-08-06 09:43:57 +10:00
parent 4fb87e91ff
commit 32a3516b2c
2 changed files with 24 additions and 1 deletions
@@ -29,7 +29,8 @@ stdenv.mkDerivation rec {
wrapPythonPrograms
'';
doCheck = true;
doCheck = (!stdenv.isDarwin);
checkPhase = ''
${python}/bin/${python.executable} setup.py test
'';