update, fix mopidy-local, fix the fucking scanning

This commit is contained in:
notgne2 2022-12-05 19:03:23 -07:00
parent e7c9e93958
commit 63e2f483ba
No known key found for this signature in database
3 changed files with 28 additions and 20 deletions

View file

@ -581,7 +581,16 @@ in {
enable = lib.mkDefault true;
extensionPackages = with pkgs; [
mopidy-youtube
mopidy-local
(mopidy-local.overrideAttrs (oldAttrs: {
patches = [
# Fix tests with newer Mopidy versions >=3.4.0 -- mopidy/mopidy-local#69
(fetchpatch {
name = "update-tests-for-mopidy-3.4.0.patch";
url = "https://github.com/mopidy/mopidy-local/commit/f2c198f8eb253f62100afc58f652e73a76d5a090.patch";
hash = "sha256-jrlZc/pd00S5q9nOfV1OXu+uP/SvH+Xbi7U52aZajj4=";
})
];
}))
mopidy-mpd
];
settings = {