pipewire: Add bluezSupport parameter (#403420)

This commit is contained in:
Matthew Croughan
2025-05-01 21:29:12 +00:00
committed by GitHub
@@ -39,6 +39,7 @@
gst_all_1,
ffmpeg,
fftwFloat,
bluezSupport ? stdenv.hostPlatform.isLinux,
bluez,
sbc,
libfreeaptx,
@@ -73,7 +74,6 @@ let
webrtc-audio-processing
];
bluezSupport = stdenv.hostPlatform.isLinux;
modemmanagerSupport = lib.meta.availableOn stdenv.hostPlatform modemmanager;
libcameraSupport = lib.meta.availableOn stdenv.hostPlatform libcamera;
ldacbtSupport = lib.meta.availableOn stdenv.hostPlatform ldacbt;