me
/
guix
Archived
1
0
Fork 0

gnu: eid-mw: Disable pinentry.

* gnu/packages/security-token.scm (eid-mw)[arguments]:
Add "--disable-pinentry" to #:configure-flags.
master
Tobias Geerinckx-Rice 2021-11-24 23:05:30 +01:00
parent 1cf22254b0
commit 97bb46ea0e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 6 additions and 1 deletions

View File

@ -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