From ba27e63d8e18919cdd667aff791e5735e54ea85d Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Sat, 29 Feb 2020 15:08:30 -0800 Subject: [PATCH] errbot: disable for darwin At least tests seem to be flaky there. --- pkgs/applications/networking/errbot/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/networking/errbot/default.nix b/pkgs/applications/networking/errbot/default.nix index 66dc8e0d0b5..d5dc287ecac 100644 --- a/pkgs/applications/networking/errbot/default.nix +++ b/pkgs/applications/networking/errbot/default.nix @@ -70,6 +70,7 @@ py.pkgs.buildPythonApplication rec { homepage = http://errbot.io/; maintainers = with maintainers; [ fpletz globin ]; license = licenses.gpl3; - platforms = platforms.unix; + platforms = platforms.linux; + # flaky on darwin, "RuntimeError: can't start new thread" }; }