lfam pushed a commit to branch master
in repository guix.

commit 0684f1d6b522b9e543861109ecefa14066b492bd
Author: Leo Famulari <[email protected]>
Date:   Wed Dec 27 23:14:01 2017 -0500

    gnu: qgpgme: Make GnuPG available while building.
    
    This is a followup to commit b3ecb3fe8d4a947a7807018647616f95532df3ac.
    
    * gnu/packages/gnupg.scm (qgpgme)[native-inputs]: Add the native-inputs
    of GPGME.
---
 gnu/packages/gnupg.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 523c577..e09e43b 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -429,7 +429,8 @@ and every application benefits from this.")
              (chdir "lang/qt")
              #t)))))
     (native-inputs
-     `(("pkg-config" ,pkg-config)))
+     `(("pkg-config" ,pkg-config)
+       ,@(package-native-inputs gpgme)))
     (inputs
      `(("gpgme" ,gpgme)
        ("qtbase" ,qtbase)

Reply via email to