From 67dffc3000fb931058e39a2967a4d66d3cc05af4 Mon Sep 17 00:00:00 2001 From: Robert Scott Date: Mon, 30 May 2022 22:42:51 +0100 Subject: [PATCH] python3Packages.celery: unmark as broken mistakenly marked broken due to a spurious hydra failure --- pkgs/development/python-modules/celery/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/python-modules/celery/default.nix b/pkgs/development/python-modules/celery/default.nix index 50a4e4661caa..1a04fce11dc3 100644 --- a/pkgs/development/python-modules/celery/default.nix +++ b/pkgs/development/python-modules/celery/default.nix @@ -85,7 +85,6 @@ buildPythonPackage rec { }; meta = with lib; { - broken = stdenv.isDarwin; description = "Distributed task queue"; homepage = "https://github.com/celery/celery/"; license = licenses.bsd3;