mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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
1 changed files with 2 additions and 1 deletions
|
@ -2874,7 +2874,7 @@ (define-public kwallet
|
|||
(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 @@ (define-public kwallet
|
|||
("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 a new issue