guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/30: gnu: eid-mw: Disable pinentry.


From: guix-commits
Subject: 10/30: gnu: eid-mw: Disable pinentry.
Date: Fri, 26 Nov 2021 18:53:08 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 97bb46ea0e5f9744957b06d4e67e3b34ef9a64d3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Nov 24 23:05:30 2021 +0100

    gnu: eid-mw: Disable pinentry.
    
    * gnu/packages/security-token.scm (eid-mw)[arguments]:
    Add "--disable-pinentry" to #:configure-flags.
---
 gnu/packages/security-token.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/security-token.scm b/gnu/packages/security-token.scm
index e006b4c..ac6aa2b 100644
--- a/gnu/packages/security-token.scm
+++ b/gnu/packages/security-token.scm
@@ -145,7 +145,12 @@ readers and is needed to communicate with such devices 
through the
        ("cyrus-sasl" ,cyrus-sasl)))
     (arguments
      `(#:configure-flags
-       (list "--disable-static")
+       (list "--disable-static"
+
+             ;; With the (prettier) pinentry enabled, eid-viewer will skip
+             ;; crucial dialogue when used with card readers with built-in
+             ;; keypads such as the Digipass 870, and possibly others too.
+             "--disable-pinentry")
        #:phases
        (modify-phases %standard-phases
          (replace 'bootstrap



reply via email to

[Prev in Thread] Current Thread [Next in Thread]