0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

mumble: Remove superfluous bundled-opus option

There is no such option anymore, as unbundled opus is now the only
supported option. See upstream d11fd05062f5684b3ffb698eb4cd3130356b6e9a
for details.
This commit is contained in:
‮rekcäH nitraM‮ 2025-03-04 10:56:06 +01:00
parent d679111ed4
commit 6263af24d5

View file

@ -113,10 +113,10 @@ let
++ lib.optional pulseSupport libpulseaudio
++ lib.optional pipewireSupport pipewire;
cmakeFlags = [
"-D server=OFF"
"-D bundled-celt=ON"
"-D bundled-opus=OFF"
"-D bundled-speex=OFF"
"-D bundle-qt-translations=OFF"
"-D update=OFF"