me
/
guix
Archived
1
0
Fork 0

gnu: gpgme: Build with the latest GnuPG.

* gnu/packages/gnupg.scm (gpgme)[inputs]: Use the latest gnupg package.
[arguments]: Keep a reference to the gnupg package used for build.
master
Leo Famulari 2017-12-20 03:20:01 -05:00
parent e6f63412c9
commit 0e06bec250
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 6 additions and 2 deletions

View File

@ -385,10 +385,14 @@ 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-2.0)
`(("gnupg" ,gnupg)
("libassuan" ,libassuan)))
(arguments
`(#:phases
`(#:configure-flags
(list (string-append "--enable-fixed-path="
(assoc-ref %build-inputs "gnupg")
"/bin"))
#:phases
(modify-phases %standard-phases
(add-after 'configure 'patch-cmake-file
(lambda _