treewide: mark broken packages for 20.03

This commit is contained in:
Samuel Leathers
2020-04-15 17:07:33 -04:00
parent 67e45efa3a
commit c6be4c1957
91 changed files with 117 additions and 2 deletions

View File

@@ -34,5 +34,6 @@ buildPythonPackage rec {
description = "A Python 2 and 3 asynchronous JSON RPC server";
license = licenses.mit;
maintainers = [ maintainers.mic92 ];
broken = true;
};
}