snapcast: migrate to by-name

Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
This commit is contained in:
phanirithvij
2026-05-11 23:51:38 +05:30
parent 2f2bab306e
commit dc3e5a21f8
2 changed files with 2 additions and 5 deletions
@@ -16,7 +16,8 @@
soxr,
aixlog,
popl,
pulseaudioSupport ? false,
config,
pulseaudioSupport ? config.pulseaudio or stdenv.hostPlatform.isLinux,
pipewireSupport ? stdenv.hostPlatform.isLinux,
libpulseaudio,
pipewire,
-4
View File
@@ -3155,10 +3155,6 @@ with pkgs;
# aka., pgp-tools
snapcast = callPackage ../applications/audio/snapcast {
pulseaudioSupport = config.pulseaudio or stdenv.hostPlatform.isLinux;
};
specup = haskellPackages.specup.bin;
spglib = callPackage ../development/libraries/spglib {