python3Packages.celery: unmark as broken

mistakenly marked broken due to a spurious hydra failure
This commit is contained in:
Robert Scott 2022-05-30 22:42:51 +01:00
parent 71c7efa387
commit 67dffc3000

View file

@ -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;