From 31fbf4b6377d9a1c44eb3230b89f0bac47a202b4 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 24 Jun 2015 09:54:56 +0200 Subject: gnu: pius: Depend on GnuPG 2.0 rather than 2.1. * gnu/packages/gnupg.scm (pius)[inputs]: Change GNUPG to GNUPG-2.0. --- gnu/packages/gnupg.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index 2044ef0501..ab2a201a1c 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -330,8 +330,8 @@ (define-public pius "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 -- cgit v1.2.3