about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2019-03-06 18:27:52 -0600
committerWill Dietz <w@wdtz.org>2019-11-16 01:37:14 -0600
commitc4e9dd4e57935c00c88450e10857c060bf2c45fe (patch)
tree74f7ca782740997c0c13151712a83269f88e7832 /pkgs/applications
parentfd38a119dfa0015b6f3a4522c280d5066268d542 (diff)
downloadnixlib-c4e9dd4e57935c00c88450e10857c060bf2c45fe.tar
nixlib-c4e9dd4e57935c00c88450e10857c060bf2c45fe.tar.gz
nixlib-c4e9dd4e57935c00c88450e10857c060bf2c45fe.tar.bz2
nixlib-c4e9dd4e57935c00c88450e10857c060bf2c45fe.tar.lz
nixlib-c4e9dd4e57935c00c88450e10857c060bf2c45fe.tar.xz
nixlib-c4e9dd4e57935c00c88450e10857c060bf2c45fe.tar.zst
nixlib-c4e9dd4e57935c00c88450e10857c060bf2c45fe.zip
firefox: add option to use fx_cast_bridge
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/browsers/firefox/wrapper.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/browsers/firefox/wrapper.nix b/pkgs/applications/networking/browsers/firefox/wrapper.nix
index 3ed06717f6a2..f360500ca3d7 100644
--- a/pkgs/applications/networking/browsers/firefox/wrapper.nix
+++ b/pkgs/applications/networking/browsers/firefox/wrapper.nix
@@ -8,6 +8,7 @@
 , google_talk_plugin, fribid, gnome3/*.gnome-shell*/
 , browserpass, chrome-gnome-shell, uget-integrator, plasma-browser-integration, bukubrow
 , tridactyl-native
+, fx_cast_bridge
 , udev
 , kerberos
 }:
@@ -70,6 +71,7 @@ let
           ++ lib.optional (cfg.enableGnomeExtensions or false) chrome-gnome-shell
           ++ lib.optional (cfg.enableUgetIntegrator or false) uget-integrator
           ++ lib.optional (cfg.enablePlasmaBrowserIntegration or false) plasma-browser-integration
+          ++ lib.optional (cfg.enableFXCastBridge or false) fx_cast_bridge
           ++ extraNativeMessagingHosts
         );
       libs =   lib.optional stdenv.isLinux udev