update, fix mopidy-local, fix the fucking scanning
This commit is contained in:
parent
e7c9e93958
commit
63e2f483ba
3 changed files with 28 additions and 20 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue