Skip to content
Snippets Groups Projects
Commit ae3bded6 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: gpgme: Build against GnuPG 2.0.

* gnu/packages/gnupg.scm (gpgme)[inputs]: Change to GNUPG-2.0.
parent 8e3a3bc2
No related branches found
No related tags found
No related merge requests found
......@@ -300,7 +300,7 @@ (define-public gpgme
;; 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/")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment