Hartmut Goebel writes: > The C++-bindings are part of gpgme since version 1.7. Can you move this comment... > * gnu/packages/kde-frameworks.scm (gpgmepp)[properties]: New field. > --- > gnu/packages/kde-frameworks.scm | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm > index 2535a38..323b125 100644 > --- a/gnu/packages/kde-frameworks.scm > +++ b/gnu/packages/kde-frameworks.scm > @@ -205,7 +205,8 @@ Phonon-GStreamer is a backend based on the GStreamer multimedia library.") > (home-page "https://community.kde.org/Frameworks") > (synopsis "C++ bindings/wrapper for gpgme") > (description "C++ bindings/wrapper for gpgme.") > - (license license:lgpl2.1+))) > + (license license:lgpl2.1+) > + (properties `((superseded . ,gpgme))))) ...above properties here.