From d679111ed41388fb7b08077fe713086fa450d88d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ha=CC=88cker?= Date: Mon, 3 Mar 2025 18:18:13 +0100 Subject: [PATCH] mumble: Add correct dependency for use-speex option Support for the speex codec has long since been removed from upstream. See https://github.com/mumble-voip/mumble/pull/5869 for details. the use-bundled-speex option now means to use the speex-dsp library which is packaged separately in nix. --- pkgs/applications/networking/mumble/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/networking/mumble/default.nix b/pkgs/applications/networking/mumble/default.nix index 975e8ca89392..00683dd5d7fe 100644 --- a/pkgs/applications/networking/mumble/default.nix +++ b/pkgs/applications/networking/mumble/default.nix @@ -10,8 +10,8 @@ boost, libopus, libsndfile, + speexdsp, protobuf, - speex, libcap, alsa-lib, python3, @@ -103,6 +103,7 @@ let libopus libsndfile libvorbis + speexdsp qt5.qtsvg rnnoise ]