pythonPackages.gevent: works just fine on Darwin

Closes #8569, #7275, and #5782. Obviates #8730. As asserted by
@lethalman and observed by @aflatter and @ecyrb, this package
is currently building just fine on Darwin.
This commit is contained in:
Daniel Fox Franke 2015-08-29 11:37:58 -04:00 committed by Rok Garbas
parent 26f9ea6dd5
commit e69a162ced

View File

@ -6255,7 +6255,7 @@ let
description = "Coroutine-based networking library";
homepage = http://www.gevent.org/;
license = licenses.mit;
platforms = platforms.linux;
platforms = platforms.unix;
maintainers = with maintainers; [ bjornfor ];
};
};