Unverified Commit 37774942 authored by Matthew Croughan's avatar Matthew Croughan Committed by GitHub
Browse files

pipewire: Add bluezSupport parameter (#403420)

parents 242b2471 5b25f97f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;