summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2022-05-30 22:42:51 +0100
committerRobert Scott <code@humanleg.org.uk>2022-05-31 00:10:07 +0100
commit67dffc3000fb931058e39a2967a4d66d3cc05af4 (patch)
tree5726957c3a0222e03c025603d789fc7fd3a4682e
parent71c7efa3877218ea3cd6ed07f95e804dd10d7daf (diff)
downloadnixpkgs-67dffc3000fb931058e39a2967a4d66d3cc05af4.tar
nixpkgs-67dffc3000fb931058e39a2967a4d66d3cc05af4.tar.gz
nixpkgs-67dffc3000fb931058e39a2967a4d66d3cc05af4.tar.bz2
nixpkgs-67dffc3000fb931058e39a2967a4d66d3cc05af4.tar.lz
nixpkgs-67dffc3000fb931058e39a2967a4d66d3cc05af4.tar.xz
nixpkgs-67dffc3000fb931058e39a2967a4d66d3cc05af4.tar.zst
nixpkgs-67dffc3000fb931058e39a2967a4d66d3cc05af4.zip
python3Packages.celery: unmark as broken
mistakenly marked broken due to a spurious hydra failure
-rw-r--r--pkgs/development/python-modules/celery/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/celery/default.nix b/pkgs/development/python-modules/celery/default.nix
index 50a4e4661ca..1a04fce11dc 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;