dino: add webrtc-audio-processing dependency
Dino uses webrtc-audio-processing for voice pre-processing, is listed within dino's dependencies: https://github.com/dino/dino/wiki/Build#dependencies
This commit is contained in:
parent
a170fbe73a
commit
6c7acdcf8c
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
, qrencode
|
||||
, icu
|
||||
, gspell
|
||||
, srtp, libnice, gnutls, gstreamer, gst-plugins-base, gst-plugins-good
|
||||
, srtp, libnice, gnutls, gstreamer, gst-plugins-base, gst-plugins-good, webrtc-audio-processing
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -65,6 +65,7 @@ stdenv.mkDerivation rec {
|
|||
gstreamer
|
||||
gst-plugins-base
|
||||
gst-plugins-good
|
||||
webrtc-audio-processing
|
||||
] ++ lib.optionals (!stdenv.isDarwin) [
|
||||
xorg.libxcb
|
||||
xorg.libpthreadstubs
|
||||
|
|
Loading…
Reference in a new issue