firefox-bin: Add ffmpeg to lib path

Fixes video playback on devedition and beta
This commit is contained in:
adisbladis 2018-06-09 02:29:10 +08:00
parent d493144136
commit 0afcfe1c49
No known key found for this signature in database
GPG Key ID: ED58F95069B004F5

View File

@ -45,6 +45,7 @@
, gnused
, gnugrep
, gnupg
, ffmpeg
}:
let
@ -122,6 +123,7 @@ stdenv.mkDerivation {
libpulseaudio
(lib.getDev libpulseaudio)
systemd
ffmpeg
] + ":" + stdenv.lib.makeSearchPathOutput "lib" "lib64" [
stdenv.cc.cc
];