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:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user