errbot: disable for darwin

At least tests seem to be flaky there.
This commit is contained in:
Florian Klink 2020-02-29 15:08:30 -08:00 committed by Jon
parent 56d4afdc83
commit ba27e63d8e

View File

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