mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
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:
parent
26f9ea6dd5
commit
e69a162ced
@ -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 ];
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user