[PATCH] gnu: browserpass-native: Add configuration note

  • Open
  • quality assurance status badge
Details
One participant
  • Maya Tomášek
Owner
unassigned
Submitted by
Maya Tomášek
Severity
normal
M
M
Maya Tomášek wrote on 21 Jan 20:39 +0100
(address . guix-patches@gnu.org)
87cytu5vdl.fsf@disroot.org
There is a small note in the patch where the author says that the user should
run following command to configure browserpass. However this is not reflected
anywhere else and without it, the application is unusable.
---
gnu/packages/password-utils.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

Toggle diff (18 lines)
diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm
index bcd323ced8..41c1af87d1 100644
--- a/gnu/packages/password-utils.scm
+++ b/gnu/packages/password-utils.scm
@@ -1070,7 +1070,10 @@ (define-public browserpass-native
This package only contains the Browserpass native messaging host. You must
also install the browser extension for GNU IceCat or ungoogled-chromium
-separately.")
+separately.
+
+User must also run this command to set the propper browser setting
+@code{make -C $(guix build browserpass-native)/lib/browserpass hosts-<browser-name>-user}.")
(license license:isc)))
(define-public cpass
--
2.41.0
?