summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/firefox-bin/default.nix
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-05-19 00:07:49 +0300
committerNikolay Amiantov <ab@fmap.me>2016-05-19 00:28:49 +0300
commit5445e521b6524587489c6968cc27347977b9b7b8 (patch)
tree5c311f2a3df02ff33e08f5e3a4133e21ad6d688d /pkgs/applications/networking/browsers/firefox-bin/default.nix
parentf10859fe89de4559134e26b5fcdf32a1a936345d (diff)
downloadnixpkgs-5445e521b6524587489c6968cc27347977b9b7b8.tar
nixpkgs-5445e521b6524587489c6968cc27347977b9b7b8.tar.gz
nixpkgs-5445e521b6524587489c6968cc27347977b9b7b8.tar.bz2
nixpkgs-5445e521b6524587489c6968cc27347977b9b7b8.tar.lz
nixpkgs-5445e521b6524587489c6968cc27347977b9b7b8.tar.xz
nixpkgs-5445e521b6524587489c6968cc27347977b9b7b8.tar.zst
nixpkgs-5445e521b6524587489c6968cc27347977b9b7b8.zip
firefox: restore gstreamer support for older firefox releases
Diffstat (limited to 'pkgs/applications/networking/browsers/firefox-bin/default.nix')
-rw-r--r--pkgs/applications/networking/browsers/firefox-bin/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/browsers/firefox-bin/default.nix b/pkgs/applications/networking/browsers/firefox-bin/default.nix
index 90d1d7a1502..7de465292ed 100644
--- a/pkgs/applications/networking/browsers/firefox-bin/default.nix
+++ b/pkgs/applications/networking/browsers/firefox-bin/default.nix
@@ -172,6 +172,8 @@ stdenv.mkDerivation {
         --suffix XDG_DATA_DIRS : "$XDG_ICON_DIRS"
     '';
 
+  passthru.ffmpegSupport = true;
+
   meta = with stdenv.lib; {
     description = "Mozilla Firefox, free web browser (binary package)";
     homepage = http://www.mozilla.org/firefox/;