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
|
||||
`(("extra-cmake-modules" ,extra-cmake-modules)))
|
||||
(inputs
|
||||
`(("gpgme" ,gpgme) ;; TODO: Add gpgme Qt-bindings
|
||||
`(("gpgme" ,gpgme)
|
||||
("kauth" ,kauth)
|
||||
("kcodecs" ,kcodecs)
|
||||
("kconfig" ,kconfig)
|
||||
|
@ -2890,6 +2890,7 @@ It supports rich text as well as plain text.")
|
|||
("kwindowsystem" ,kwindowsystem)
|
||||
("libgcrypt" ,libgcrypt)
|
||||
("phonon" ,phonon)
|
||||
("qgpgme" ,qgpgme)
|
||||
("qtbase" ,qtbase)))
|
||||
(home-page "https://community.kde.org/Frameworks")
|
||||
(synopsis "Safe desktop-wide storage for passwords")
|
||||
|
|
Loading…
Reference in New Issue