snapcast: reenable pulse support

Since badaix/snapcast@70858352a2
snapclient is only built with pulse support when explicitly requested,
so let's do that.
This commit is contained in:
apfelkuchen06
2025-09-21 14:30:19 +02:00
parent 8eaee11034
commit ff6d812486
@@ -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 = ''