3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #181929 from bezmuth/master

dino: add webrtc-audio-processing dependency
This commit is contained in:
Mario Rodas 2022-07-19 23:11:09 -05:00 committed by GitHub
commit e742674265
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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