Disable test for setuptools on darwin, and add darwin to supported platforms for serf. This should make nodejs working on darwin again

This commit is contained in:
Sander van der Burg
2014-01-06 14:12:37 +01:00
parent 4fbb9e293c
commit ad8974fc53
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
wrapPythonPrograms
'';
doCheck = true;
doCheck = stdenv.system != "x86_64-darwin";
checkPhase = ''
${python}/bin/${python.executable} setup.py test