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:
parent
af0083f135
commit
f70f3b3005
@ -23,5 +23,8 @@ buildPythonPackage rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "What is detox?";
|
description = "What is detox?";
|
||||||
homepage = https://bitbucket.org/hpk42/detox;
|
homepage = https://bitbucket.org/hpk42/detox;
|
||||||
|
license = licenses.mit;
|
||||||
|
# detox is unmaintained and incompatible with tox > 3.6
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user