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.
This commit is contained in:
Hartmut Goebel 2017-06-04 20:30:43 +02:00
parent ab313cd0ba
commit 73577a66f1
No known key found for this signature in database
GPG key ID: 634A8DFFD3F631DF

View file

@ -205,7 +205,8 @@ (define-public gpgmepp
(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)))))
(define-public kpmcore
(package