~ruther/guix-local

51361afd78f84ef26bf5f0408cd2c9418b2af700 — Hartmut Goebel 8 years ago 73577a6
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.
1 files changed, 1 insertions(+), 1 deletions(-)

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