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:
parent
ab313cd0ba
commit
73577a66f1
|
@ -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)))))
|
||||
|
||||
(define-public kpmcore
|
||||
(package
|
||||
|
|
Loading…
Reference in New Issue