about summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2020-02-20 15:18:03 +0700
committerGitHub <noreply@github.com>2020-02-20 15:18:03 +0700
commit5f711b6b7e32f1109ffe50159bf55c47c848cce2 (patch)
treed6258f2c35a0d8f466d3a915f6123cfbef4279c8 /pkgs/applications/networking/browsers
parentc1b45ef40168ea8d7933d1fc674d6087c483930a (diff)
parent9a80ee245ceeaf7a0c25e8811a09a0b2bd39bd7d (diff)
downloadnixlib-5f711b6b7e32f1109ffe50159bf55c47c848cce2.tar
nixlib-5f711b6b7e32f1109ffe50159bf55c47c848cce2.tar.gz
nixlib-5f711b6b7e32f1109ffe50159bf55c47c848cce2.tar.bz2
nixlib-5f711b6b7e32f1109ffe50159bf55c47c848cce2.tar.lz
nixlib-5f711b6b7e32f1109ffe50159bf55c47c848cce2.tar.xz
nixlib-5f711b6b7e32f1109ffe50159bf55c47c848cce2.tar.zst
nixlib-5f711b6b7e32f1109ffe50159bf55c47c848cce2.zip
Merge pull request #57876 from dtzWill/feature/fx_cast
fx_cast: init at 0.0.5
Diffstat (limited to 'pkgs/applications/networking/browsers')
-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 2b44263096b2..8256487b7518 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
 }:
@@ -71,6 +72,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