python311Packages.streamz: unbreak on Darwin

This commit is contained in:
Malo Bourgon 2024-06-06 12:33:16 -07:00
parent 2cde654868
commit 0b707fbb50

View File

@ -1,6 +1,5 @@
{
lib,
stdenv,
buildPythonPackage,
pythonOlder,
fetchPypi,
@ -79,7 +78,6 @@ buildPythonPackage rec {
];
meta = with lib; {
broken = stdenv.isDarwin;
description = "Pipelines to manage continuous streams of data";
homepage = "https://github.com/python-streamz/streamz";
license = licenses.bsd3;