beetsPackages.filetote: mark as broken

Changed files
+2
pkgs
tools
audio
beets
plugins
+2
pkgs/tools/audio/beets/plugins/filetote.nix
···
maintainers = with maintainers; [ dansbandit ];
license = licenses.mit;
inherit (beets.meta) platforms;
};
}
···
maintainers = with maintainers; [ dansbandit ];
license = licenses.mit;
inherit (beets.meta) platforms;
+
# https://github.com/gtronset/beets-filetote/issues/211
+
broken = true;
};
}