mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
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
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue