remove shiarport mqtt

This commit is contained in:
2023-08-03 16:35:01 +02:00
parent 47111140f4
commit 0e1cd46b45

View File

@@ -3,23 +3,24 @@ 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-mqtt-client" "--with-avahi" "--with-ssl=openssl" "--with-soxr"
# "--with-mqtt-client"
"--without-configfiles" "--without-configfiles"
"--sysconfdir=/etc" "--sysconfdir=/etc"
"--with-metadata" "--with-metadata"
]; ];
buildInputs = [ # buildInputs = [
pkgs.openssl # pkgs.openssl
pkgs.avahi # pkgs.avahi
pkgs.popt # pkgs.popt
pkgs.libconfig # pkgs.libconfig
pkgs.mosquitto # pkgs.mosquitto
pkgs.alsa-lib # pkgs.alsa-lib
pkgs.libpulseaudio # pkgs.libpulseaudio
pkgs.pipewire # pkgs.pipewire
pkgs.libjack2 # pkgs.libjack2
pkgs.soxr # pkgs.soxr
]; # ];
}); });
in in
{ {
@@ -72,7 +73,7 @@ in
query = { query = {
devicename = "Multi Room"; devicename = "Multi Room";
port = "5000"; port = "5000";
params = "--mdns=avahi -c=/etc/shairport"; params = "--mdns=avahi";
}; };
}; };
streams.mixed = { streams.mixed = {