Commit 5a6538d6 authored by Doron Behar's avatar Doron Behar
Browse files

beetsPackages.filetote: mark as broken

parent fb5167d1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
  };
}