treewide: pkgs/development/python-modules: mark broken for darwin
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{ lib
|
||||
{ stdenv
|
||||
, lib
|
||||
, billiard
|
||||
, boto3
|
||||
, buildPythonPackage
|
||||
@@ -84,6 +85,7 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
broken = stdenv.isDarwin;
|
||||
description = "Distributed task queue";
|
||||
homepage = "https://github.com/celery/celery/";
|
||||
license = licenses.bsd3;
|
||||
|
||||
Reference in New Issue
Block a user