gnu: pius: Depend on GnuPG 2.0 rather than 2.1.
* gnu/packages/gnupg.scm (pius)[inputs]: Change GNUPG to GNUPG-2.0.
This commit is contained in:
		
							parent
							
								
									6d149ec349
								
							
						
					
					
						commit
						31fbf4b637
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -331,7 +331,7 @@ and every application benefits from this.")
 | 
				
			||||||
   (build-system gnu-build-system)
 | 
					   (build-system gnu-build-system)
 | 
				
			||||||
   (inputs `(("perl" ,perl)
 | 
					   (inputs `(("perl" ,perl)
 | 
				
			||||||
             ("python" ,python-2)          ;uses the Python 2 'print' syntax
 | 
					             ("python" ,python-2)          ;uses the Python 2 'print' syntax
 | 
				
			||||||
             ("gpg" ,gnupg)))
 | 
					             ("gpg" ,gnupg-2.0)))          ;2.1 fails to talk to gpg-agent 2.0
 | 
				
			||||||
   (arguments
 | 
					   (arguments
 | 
				
			||||||
    `(#:tests? #f
 | 
					    `(#:tests? #f
 | 
				
			||||||
      #:phases
 | 
					      #:phases
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue