From ff6d8124861129cd67f13f8d7e63cf8b18c97eec Mon Sep 17 00:00:00 2001 From: apfelkuchen06 Date: Sun, 21 Sep 2025 14:30:19 +0200 Subject: [PATCH] snapcast: reenable pulse support Since badaix/snapcast@70858352a2e2bf23022524900fdca22212bbf2b5 snapclient is only built with pulse support when explicitly requested, so let's do that. --- pkgs/applications/audio/snapcast/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/audio/snapcast/default.nix b/pkgs/applications/audio/snapcast/default.nix index 67733286cc53..b33c3ef9529a 100644 --- a/pkgs/applications/audio/snapcast/default.nix +++ b/pkgs/applications/audio/snapcast/default.nix @@ -58,6 +58,8 @@ stdenv.mkDerivation rec { TARGET = lib.optionalString stdenv.hostPlatform.isDarwin "MACOS"; + cmakeFlags = [ (lib.cmakeBool "BUILD_WITH_PULSE" pulseaudioSupport) ]; + # Upstream systemd unit files are pretty awful, so we provide our own in a # NixOS module. It might make sense to get that upstreamed... postInstall = ''