beetsPackages.filetote: mark as broken

This commit is contained in:
Doron Behar
2025-10-03 16:07:16 +03:00
parent fb5167d187
commit 5a6538d6ff
@@ -84,5 +84,7 @@ python3Packages.buildPythonApplication rec {
maintainers = with maintainers; [ dansbandit ];
license = licenses.mit;
inherit (beets.meta) platforms;
# https://github.com/gtronset/beets-filetote/issues/211
broken = true;
};
}