firefox: add enableBrowserpass to support browserpass

This commit is contained in:
Thomas Tuegel 2017-11-16 09:57:36 -06:00
parent a49086c19d
commit 09fd8618b4
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -8,6 +8,7 @@
, google_talk_plugin, fribid, gnome3/*.gnome_shell*/ , google_talk_plugin, fribid, gnome3/*.gnome_shell*/
, esteidfirefoxplugin , esteidfirefoxplugin
, vlc_npapi , vlc_npapi
, browserpass
, libudev , libudev
, kerberos , kerberos
}: }:
@ -56,6 +57,7 @@ let
); );
nativeMessagingHosts = nativeMessagingHosts =
([ ] ([ ]
++ lib.optional (cfg.enableBrowserpass or false) browserpass
++ extraNativeMessagingHosts ++ extraNativeMessagingHosts
); );
libs = (if ffmpegSupport then [ ffmpeg ] else with gst_all; [ gstreamer gst-plugins-base ]) libs = (if ffmpegSupport then [ ffmpeg ] else with gst_all; [ gstreamer gst-plugins-base ])