nixos/music-assistant: fix spotify-connect missing librespot in PATH
This commit is contained in:
@@ -131,7 +131,7 @@ in
|
||||
++ lib.optionals (lib.elem "airplay_receiver" cfg.providers) [
|
||||
shairport-sync
|
||||
]
|
||||
++ lib.optionals (lib.elem "spotify" cfg.providers) [
|
||||
++ lib.optionals (lib.elem "spotify" cfg.providers || lib.elem "spotify_connect" cfg.providers) [
|
||||
librespot-ma
|
||||
]
|
||||
++ lib.optionals (lib.elem "snapcast" cfg.providers) [
|
||||
|
||||
Reference in New Issue
Block a user