~ruther/guix-local

0684f1d6b522b9e543861109ecefa14066b492bd — Leo Famulari 8 years ago d5b0e86
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.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/gnupg.scm
M gnu/packages/gnupg.scm => gnu/packages/gnupg.scm +2 -1
@@ 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)