change shairport sync

This commit is contained in:
2023-08-03 15:52:45 +02:00
parent 1aa7dfc787
commit 4ad8f0a4ea

View File

@@ -3,8 +3,7 @@ let
shairport-sync = pkgs.shairport-sync.overrideAttrs (_: { shairport-sync = pkgs.shairport-sync.overrideAttrs (_: {
configureFlags = [ configureFlags = [
"--with-alsa" "--with-pipe" "--with-pa" "--with-stdout" "--with-alsa" "--with-pipe" "--with-pa" "--with-stdout"
"--with-avahi" "--with-ssl=openssl" "--with-soxr" "--with-avahi" "--with-ssl=openssl" "--with-soxr" "--with-mqtt-client"
"--with-mqtt-client"
"--without-configfiles" "--without-configfiles"
"--sysconfdir=/etc" "--sysconfdir=/etc"
"--with-metadata" "--with-metadata"