From e69a162ceda87e57ff73b58d67992d094e9739c4 Mon Sep 17 00:00:00 2001 From: Daniel Fox Franke Date: Sat, 29 Aug 2015 11:37:58 -0400 Subject: [PATCH] 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. --- pkgs/top-level/python-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 45db6b66a03..3dc84c72c45 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -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 ]; }; };