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

View file

@ -330,8 +330,8 @@ (define-public pius
"0pdbyqz6k0bm182cz81ss7yckmpms5qhrrw0wcr4a1srzcjyzf5f")))) "0pdbyqz6k0bm182cz81ss7yckmpms5qhrrw0wcr4a1srzcjyzf5f"))))
(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