mopidy-local-sqlite: remove

This plugin has been merged into the newer "mopidy-local" plugin which I
just added. "mopidy-local-images" and "mopidy-local-sqlite" were added
originally for Mopidy Iris, but Iris now works with mopidy-local, and
does not need the older ones any more.
This commit is contained in:
Ruud van Asseldonk
2020-10-18 19:33:55 +02:00
parent 79a823ceae
commit b82ca4d2e1
4 changed files with 1 additions and 28 deletions
@@ -16,8 +16,6 @@ let
mopidy-local = callPackage ./local.nix { };
mopidy-local-sqlite = callPackage ./local-sqlite.nix { };
mopidy-spotify = callPackage ./spotify.nix { };
mopidy-moped = callPackage ./moped.nix { };