guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gpgme: Build with the latest GnuPG.


From: Leo Famulari
Subject: 01/01: gnu: gpgme: Build with the latest GnuPG.
Date: Wed, 20 Dec 2017 16:42:27 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 0e06bec250f34dbab378b2c1e937af75db900bcc
Author: Leo Famulari <address@hidden>
Date:   Wed Dec 20 03:20:01 2017 -0500

    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.
---
 gnu/packages/gnupg.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index a9b097b..7a791ae 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -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 _



reply via email to

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