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

@ -330,8 +330,8 @@ and every application benefits from this.")
"0pdbyqz6k0bm182cz81ss7yckmpms5qhrrw0wcr4a1srzcjyzf5f"))))
(build-system gnu-build-system)
(inputs `(("perl" ,perl)
("python" ,python-2) ; uses the Python 2 'print' syntax
("gpg" ,gnupg)))
("python" ,python-2) ;uses the Python 2 'print' syntax
("gpg" ,gnupg-2.0))) ;2.1 fails to talk to gpg-agent 2.0
(arguments
`(#:tests? #f
#:phases