python3Packages.tvdb_api: mark as broken

This commit is contained in:
Fabian Affolter
2021-07-08 13:07:30 +02:00
parent 737447c23b
commit 8692bf927c
@@ -26,6 +26,7 @@ buildPythonPackage rec {
homepage = "https://github.com/dbr/tvdb_api";
license = licenses.unlicense;
maintainers = with maintainers; [ peterhoeg ];
# https://github.com/dbr/tvdb_api/issues/94
broken = true;
};
}