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:
Ludovic Courtès 2015-06-24 09:54:56 +02:00
parent 6d149ec349
commit 31fbf4b637
1 changed files with 2 additions and 2 deletions

View File

@ -331,7 +331,7 @@ and every application benefits from this.")
(build-system gnu-build-system)
(inputs `(("perl" ,perl)
("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
`(#:tests? #f
#:phases