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*/
, 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 ])