Skip to content
Snippets Groups Projects
Unverified Commit 73577a66 authored by Hartmut Goebel's avatar Hartmut Goebel
Browse files

gnu: gpgmepp: Superseded by gpgme.

The C++-bindings are part of gpgme since version 1.7.

* gnu/packages/kde-frameworks.scm (gpgmepp)[properties]: New field.
parent ab313cd0
No related branches found
No related tags found
No related merge requests found
...@@ -205,7 +205,8 @@ (define-public gpgmepp ...@@ -205,7 +205,8 @@ (define-public gpgmepp
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "C++ bindings/wrapper for gpgme") (synopsis "C++ bindings/wrapper for gpgme")
(description "C++ bindings/wrapper for gpgme.") (description "C++ bindings/wrapper for gpgme.")
(license license:lgpl2.1+))) (license license:lgpl2.1+)
(properties `((superseded . ,gpgme)))))
(define-public kpmcore (define-public kpmcore
(package (package
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment