We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e1aa35d + b4a09f1 commit dd80286Copy full SHA for dd80286
pkgs/development/libraries/pipewire/default.nix
@@ -160,7 +160,7 @@ stdenv.mkDerivation(finalAttrs: {
160
# source code is not easily obtainable
161
(lib.mesonEnable "bluez5-codec-lc3plus" false)
162
(lib.mesonEnable "bluez5-codec-lc3" true)
163
- (lib.mesonEnable "bluez5-codec-ldac" true)
+ (lib.mesonEnable "bluez5-codec-ldac" (lib.meta.availableOn stdenv.hostPlatform ldacbt))
164
(lib.mesonEnable "opus" true)
165
(lib.mesonOption "sysconfdir" "/etc")
166
(lib.mesonEnable "raop" raopSupport)
0 commit comments