gnu: kwallet: Add optional input qgpgme.
Gpgme was already there, QGpgme was missing. * gnu/packages/kde-frameworks.scm (kwallet)[inputs]: Add qgpgme.
This commit is contained in:
parent
cc527338ee
commit
79677b2f4f
|
@ -2874,7 +2874,7 @@ It supports rich text as well as plain text.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("extra-cmake-modules" ,extra-cmake-modules)))
|
`(("extra-cmake-modules" ,extra-cmake-modules)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("gpgme" ,gpgme) ;; TODO: Add gpgme Qt-bindings
|
`(("gpgme" ,gpgme)
|
||||||
("kauth" ,kauth)
|
("kauth" ,kauth)
|
||||||
("kcodecs" ,kcodecs)
|
("kcodecs" ,kcodecs)
|
||||||
("kconfig" ,kconfig)
|
("kconfig" ,kconfig)
|
||||||
|
@ -2890,6 +2890,7 @@ It supports rich text as well as plain text.")
|
||||||
("kwindowsystem" ,kwindowsystem)
|
("kwindowsystem" ,kwindowsystem)
|
||||||
("libgcrypt" ,libgcrypt)
|
("libgcrypt" ,libgcrypt)
|
||||||
("phonon" ,phonon)
|
("phonon" ,phonon)
|
||||||
|
("qgpgme" ,qgpgme)
|
||||||
("qtbase" ,qtbase)))
|
("qtbase" ,qtbase)))
|
||||||
(home-page "https://community.kde.org/Frameworks")
|
(home-page "https://community.kde.org/Frameworks")
|
||||||
(synopsis "Safe desktop-wide storage for passwords")
|
(synopsis "Safe desktop-wide storage for passwords")
|
||||||
|
|
Loading…
Reference in New Issue