gnu: qgpgme: Propagate gpgme.

* gnu/packages/gnupg.scm (qgpgme): Move gpgme from inputs to
propagated-inputs.
This commit is contained in:
宋文武 2023-08-02 18:30:53 +08:00
parent d681e7ff82
commit 1a455fda35
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -453,12 +453,13 @@ (define-public qgpgme
(symlink (string-append gpgme "/lib/libgpgme.la")
"src/libgpgme.la"))
(chdir "lang/qt"))))))
(propagated-inputs (list gpgme)) ;required by QGpgmeConfig.cmake
(native-inputs
(modify-inputs (package-native-inputs gpgme)
(prepend pkg-config)))
(inputs
(modify-inputs (package-inputs gpgme)
(prepend gpgme qtbase-5)))
(prepend qtbase-5)))
(synopsis "Qt API bindings for gpgme")
(description "QGpgme provides a very high level Qt API around GpgMEpp.