python.pkgs.detox: mark as broken

According to https://github.com/tox-dev/detox/blob/0.19/README.md,
"detox is unmaintained and incompatible with tox > 3.6."
We currently have tox 3.7.
This commit is contained in:
Robert Schütz 2019-03-02 11:09:43 +01:00
parent af0083f135
commit f70f3b3005

View File

@ -23,5 +23,8 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "What is detox?";
homepage = https://bitbucket.org/hpk42/detox;
license = licenses.mit;
# detox is unmaintained and incompatible with tox > 3.6
broken = true;
};
}