gnu: kwallet: Use gpgme instead of gpgmepp.
The C++-bindings are part of gpgme since version 1.7. * gnu/packages/kde-frameworks.scm(kwallet)[inputs]: Replace gpgmepp by gpgme.
This commit is contained in:
parent
73577a66f1
commit
51361afd78
|
@ -2784,7 +2784,7 @@ It supports rich text as well as plain text.")
|
|||
(native-inputs
|
||||
`(("extra-cmake-modules" ,extra-cmake-modules)))
|
||||
(inputs
|
||||
`(("gpgmepp" ,gpgmepp)
|
||||
`(("gpgme" ,gpgme) ;; TODO: Add gpgme Qt-bindings
|
||||
("kauth" ,kauth)
|
||||
("kcodecs" ,kcodecs)
|
||||
("kconfig" ,kconfig)
|
||||
|
|
Loading…
Reference in New Issue