firefox-bin: ffmpeg_3 -> ffmpeg

This commit is contained in:
Samuel Gräfenstein 2020-08-10 22:19:23 +02:00
parent 44d841f758
commit 8bf91014a7
No known key found for this signature in database
GPG key ID: EF76A063F15C63C8

View file

@ -45,7 +45,7 @@
, gnused , gnused
, gnugrep , gnugrep
, gnupg , gnupg
, ffmpeg_3 , ffmpeg
, runtimeShell , runtimeShell
, mesa # firefox wants gbm for drm+dmabuf , mesa # firefox wants gbm for drm+dmabuf
, systemLocale ? config.i18n.defaultLocale or "en-US" , systemLocale ? config.i18n.defaultLocale or "en-US"
@ -130,7 +130,7 @@ stdenv.mkDerivation {
libpulseaudio libpulseaudio
(lib.getDev libpulseaudio) (lib.getDev libpulseaudio)
systemd systemd
ffmpeg_3 ffmpeg
] + ":" + stdenv.lib.makeSearchPathOutput "lib" "lib64" [ ] + ":" + stdenv.lib.makeSearchPathOutput "lib" "lib64" [
stdenv.cc.cc stdenv.cc.cc
]; ];