change shairport sync
This commit is contained in:
parent
1aa7dfc787
commit
4ad8f0a4ea
1 changed files with 1 additions and 2 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue