wrapFirefox: select correct browserpass output

The browserpass native messaging host is in the `bin` output. This may have
changed recently.
This commit is contained in:
Thomas Tuegel 2018-07-07 14:11:19 -05:00
parent d925fe3f81
commit c3f0dcfb52
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59

View File

@ -60,7 +60,7 @@ let
);
nativeMessagingHosts =
([ ]
++ lib.optional (cfg.enableBrowserpass or false) browserpass
++ lib.optional (cfg.enableBrowserpass or false) (lib.getBin browserpass)
++ 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