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 (_: {
configureFlags = [
"--with-alsa" "--with-pipe" "--with-pa" "--with-stdout"
"--with-avahi" "--with-ssl=openssl" "--with-soxr"
"--with-mqtt-client"
"--with-avahi" "--with-ssl=openssl" "--with-soxr" "--with-mqtt-client"
"--without-configfiles"
"--sysconfdir=/etc"
"--with-metadata"