firefox-bin: Add ffmpeg to lib path
Fixes video playback on devedition and beta
This commit is contained in:
parent
d493144136
commit
0afcfe1c49
@ -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
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user