summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/firefox
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2018-04-29 23:41:36 -0300
committerJosé Romildo Malaquias <malaquias@gmail.com>2018-04-30 09:07:03 -0300
commita7ce93955d962ecaa263f04ef3c87a1fe6799f53 (patch)
treef944c57edae68d14f41d089a936f872519559fc9 /pkgs/applications/networking/browsers/firefox
parentf148c5c4a1ffa353836bfd18a94d457acf83bd36 (diff)
downloadnixlib-a7ce93955d962ecaa263f04ef3c87a1fe6799f53.tar
nixlib-a7ce93955d962ecaa263f04ef3c87a1fe6799f53.tar.gz
nixlib-a7ce93955d962ecaa263f04ef3c87a1fe6799f53.tar.bz2
nixlib-a7ce93955d962ecaa263f04ef3c87a1fe6799f53.tar.lz
nixlib-a7ce93955d962ecaa263f04ef3c87a1fe6799f53.tar.xz
nixlib-a7ce93955d962ecaa263f04ef3c87a1fe6799f53.tar.zst
nixlib-a7ce93955d962ecaa263f04ef3c87a1fe6799f53.zip
uget-integrator: init at 1.0.0
Diffstat (limited to 'pkgs/applications/networking/browsers/firefox')
-rw-r--r--pkgs/applications/networking/browsers/firefox/wrapper.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/networking/browsers/firefox/wrapper.nix b/pkgs/applications/networking/browsers/firefox/wrapper.nix
index 45917bf65c1e..ed6cf712ed9a 100644
--- a/pkgs/applications/networking/browsers/firefox/wrapper.nix
+++ b/pkgs/applications/networking/browsers/firefox/wrapper.nix
@@ -8,7 +8,7 @@
 , google_talk_plugin, fribid, gnome3/*.gnome-shell*/
 , esteidfirefoxplugin
 , vlc_npapi
-, browserpass, chrome-gnome-shell
+, browserpass, chrome-gnome-shell, uget-integrator
 , libudev
 , kerberos
 }:
@@ -64,6 +64,7 @@ let
         ([ ]
           ++ lib.optional (cfg.enableBrowserpass or false) browserpass
           ++ lib.optional (cfg.enableGnomeExtensions or false) chrome-gnome-shell
+          ++ lib.optional (cfg.enableUgetIntegrator or false) uget-integrator
           ++ extraNativeMessagingHosts
         );
       libs = (if ffmpegSupport then [ ffmpeg ] else with gst_all; [ gstreamer gst-plugins-base ])