python311Packages.selectors2: unbreak on Darwin and aarch64-linux

This commit is contained in:
Malo Bourgon 2024-06-05 11:30:55 -07:00
parent 4333977d55
commit 0f3cb3b481

View File

@ -1,5 +1,4 @@
{
stdenv,
lib,
buildPythonPackage,
fetchPypi,
@ -36,7 +35,6 @@ buildPythonPackage rec {
'';
meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
homepage = "https://www.github.com/SethMichaelLarson/selectors2";
description = "Back-ported, durable, and portable selectors";
license = licenses.mit;