forked from mirrors/nixpkgs
Merge pull request #181929 from bezmuth/master
dino: add webrtc-audio-processing dependency
This commit is contained in:
commit
e742674265
|
@ -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