[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: gpgme: Build against GnuPG 2.0.
From: |
Ludovic Courtès |
Subject: |
01/01: gnu: gpgme: Build against GnuPG 2.0. |
Date: |
Tue, 05 May 2015 15:43:48 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit ae3bded68efaeac6fc85c9ee97f03155d4b7df5d
Author: Ludovic Courtès <address@hidden>
Date: Tue May 5 17:43:19 2015 +0200
gnu: gpgme: Build against GnuPG 2.0.
* gnu/packages/gnupg.scm (gpgme)[inputs]: Change to GNUPG-2.0.
---
gnu/packages/gnupg.scm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index a9f1f12..4065c0f 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/")