firefox: add enableBrowserpass to support browserpass
This commit is contained in:
parent
a49086c19d
commit
09fd8618b4
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
, google_talk_plugin, fribid, gnome3/*.gnome_shell*/
|
||||
, esteidfirefoxplugin
|
||||
, vlc_npapi
|
||||
, browserpass
|
||||
, libudev
|
||||
, kerberos
|
||||
}:
|
||||
|
@ -56,6 +57,7 @@ let
|
|||
);
|
||||
nativeMessagingHosts =
|
||||
([ ]
|
||||
++ lib.optional (cfg.enableBrowserpass or false) browserpass
|
||||
++ extraNativeMessagingHosts
|
||||
);
|
||||
libs = (if ffmpegSupport then [ ffmpeg ] else with gst_all; [ gstreamer gst-plugins-base ])
|
||||
|
|
Loading…
Reference in a new issue