python311Packages.selectors2: unbreak on Darwin and aarch64-linux
This commit is contained in:
parent
4333977d55
commit
0f3cb3b481
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user