tts: mark as broken

This commit is contained in:
Weijia Wang 2024-04-08 15:58:28 +02:00
parent 9e7f26f82a
commit f90d888548
1 changed files with 1 additions and 0 deletions

View File

@ -196,5 +196,6 @@ python.pkgs.buildPythonApplication rec {
description = "Deep learning toolkit for Text-to-Speech, battle-tested in research and production";
license = licenses.mpl20;
maintainers = teams.tts.members;
broken = true; # added 2024-04-08
};
}