gnu: eid-mw: Disable pinentry.
* gnu/packages/security-token.scm (eid-mw)[arguments]: Add "--disable-pinentry" to #:configure-flags.
This commit is contained in:
		
							parent
							
								
									1cf22254b0
								
							
						
					
					
						commit
						97bb46ea0e
					
				
					 1 changed files with 6 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue