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