python311Packages.dask-yarn: unbreak on Darwin

This commit is contained in:
Malo Bourgon
2024-06-25 16:25:20 -07:00
parent 425066f35f
commit 9a5b125f63
@@ -11,7 +11,6 @@
grpcio,
skein,
pytestCheckHook,
stdenv,
}:
buildPythonPackage rec {
@@ -84,6 +83,5 @@ buildPythonPackage rec {
homepage = "https://yarn.dask.org/";
license = licenses.bsd3;
maintainers = with maintainers; [ illustris ];
broken = stdenv.isDarwin;
};
}