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.
This commit is contained in:
parent
d5b0e86534
commit
0684f1d6b5
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user