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
|
, qrencode
|
||||||
, icu
|
, icu
|
||||||
, gspell
|
, 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 {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -65,6 +65,7 @@ stdenv.mkDerivation rec {
|
||||||
gstreamer
|
gstreamer
|
||||||
gst-plugins-base
|
gst-plugins-base
|
||||||
gst-plugins-good
|
gst-plugins-good
|
||||||
|
webrtc-audio-processing
|
||||||
] ++ lib.optionals (!stdenv.isDarwin) [
|
] ++ lib.optionals (!stdenv.isDarwin) [
|
||||||
xorg.libxcb
|
xorg.libxcb
|
||||||
xorg.libpthreadstubs
|
xorg.libpthreadstubs
|
||||||
|
|
Loading…
Reference in a new issue