summary refs log tree commit diff
diff options
context:
space:
mode:
authorSilvan Mosberger <infinisil@icloud.com>2018-07-08 12:56:26 +0200
committerGitHub <noreply@github.com>2018-07-08 12:56:26 +0200
commitc73a78bd45fe46d00c7c3f16e6a6d71b778656dc (patch)
treecee710bccfa980dc96f2eb2a2a5980888db326bd
parentc4a6319322680a56328b2ec9b32c01eeff4bec81 (diff)
parentc3f0dcfb52e04d75835a4e34d3bb8e5ba5510169 (diff)
downloadnixlib-c73a78bd45fe46d00c7c3f16e6a6d71b778656dc.tar
nixlib-c73a78bd45fe46d00c7c3f16e6a6d71b778656dc.tar.gz
nixlib-c73a78bd45fe46d00c7c3f16e6a6d71b778656dc.tar.bz2
nixlib-c73a78bd45fe46d00c7c3f16e6a6d71b778656dc.tar.lz
nixlib-c73a78bd45fe46d00c7c3f16e6a6d71b778656dc.tar.xz
nixlib-c73a78bd45fe46d00c7c3f16e6a6d71b778656dc.tar.zst
nixlib-c73a78bd45fe46d00c7c3f16e6a6d71b778656dc.zip
Merge pull request #43148 from ttuegel/bugfix/firefox-browserpass-output
wrapFirefox: select correct browserpass output
-rw-r--r--pkgs/applications/networking/browsers/firefox/wrapper.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/browsers/firefox/wrapper.nix b/pkgs/applications/networking/browsers/firefox/wrapper.nix
index c2b83a0187f8..62fd4f533ea0 100644
--- a/pkgs/applications/networking/browsers/firefox/wrapper.nix
+++ b/pkgs/applications/networking/browsers/firefox/wrapper.nix
@@ -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