gnu: qgpgme: Make GnuPG available while building.

This is a followup to commit b3ecb3fe8d.

* gnu/packages/gnupg.scm (qgpgme)[native-inputs]: Add the native-inputs
of GPGME.
This commit is contained in:
Leo Famulari 2017-12-27 23:14:01 -05:00
parent d5b0e86534
commit 0684f1d6b5
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -429,7 +429,8 @@ (define-public qgpgme
(chdir "lang/qt")
#t)))))
(native-inputs
`(("pkg-config" ,pkg-config)))
`(("pkg-config" ,pkg-config)
,@(package-native-inputs gpgme)))
(inputs
`(("gpgme" ,gpgme)
("qtbase" ,qtbase)