python311Packages.streamz: unbreak on Darwin
This commit is contained in:
parent
2cde654868
commit
0b707fbb50
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user