python3Packages.celery: unmark as broken

mistakenly marked broken due to a spurious hydra failure
This commit is contained in:
Robert Scott
2022-05-31 00:10:07 +01:00
parent 71c7efa387
commit 67dffc3000
@@ -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;