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:
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
wrapPythonPrograms
|
||||
'';
|
||||
|
||||
doCheck = true;
|
||||
doCheck = stdenv.system != "x86_64-darwin";
|
||||
|
||||
checkPhase = ''
|
||||
${python}/bin/${python.executable} setup.py test
|
||||
|
||||
Reference in New Issue
Block a user