guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/06: gnu: pius: Depend on GnuPG 2.0 rather than 2.1.


From: Ludovic Courtès
Subject: 01/06: gnu: pius: Depend on GnuPG 2.0 rather than 2.1.
Date: Wed, 24 Jun 2015 16:06:04 +0000

civodul pushed a commit to branch master
in repository guix.

commit 31fbf4b6377d9a1c44eb3230b89f0bac47a202b4
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jun 24 09:54:56 2015 +0200

    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 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 2044ef0..ab2a201 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]