summary refs log tree commit diff
path: root/gnu/packages/gnupg.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-05-05 17:43:19 +0200
committerLudovic Courtès <ludo@gnu.org>2015-05-05 17:43:19 +0200
commitae3bded68efaeac6fc85c9ee97f03155d4b7df5d (patch)
treecb59f012de3cc469481499aed83bfc8dd29ef1d0 /gnu/packages/gnupg.scm
parent8e3a3bc290cf5de266979fdf9abb87891de4f0ab (diff)
downloadguix-ae3bded68efaeac6fc85c9ee97f03155d4b7df5d.tar.gz
gnu: gpgme: Build against GnuPG 2.0.
* gnu/packages/gnupg.scm (gpgme)[inputs]: Change to GNUPG-2.0.
Diffstat (limited to 'gnu/packages/gnupg.scm')
-rw-r--r--gnu/packages/gnupg.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index a9f1f12a19..4065c0f04d 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -300,7 +300,7 @@ libskba (working with X.509 certificates and CMS data).")
      ;; Needs to be propagated because gpgme.h includes gpg-error.h.
      `(("libgpg-error" ,libgpg-error)))
     (inputs
-     `(("gnupg" ,gnupg)
+     `(("gnupg" ,gnupg-2.0)
        ("libassuan" ,libassuan)))
     (arguments '(#:make-flags '("GPG=gpg2")))
     (home-page "http://www.gnupg.org/related_software/gpgme/")