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:
parent
d679111ed4
commit
6263af24d5
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue