mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
gnu: pinentry-qt: Switch to Qt6.
* gnu/packages/gnupg.scm (pinentry-qt)[inputs]: Replace qtbase-5 with qtbase; add qtwayland. Change-Id: Id4cd445e84ae2f15384cf840bf8232d64f2a3f60 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
parent
00720676ac
commit
699cf001dc
1 changed files with 1 additions and 1 deletions
|
@ -939,7 +939,7 @@ (define-public pinentry-qt
|
|||
`(#:configure-flags '("--enable-fallback-curses")))
|
||||
(inputs
|
||||
(modify-inputs (package-inputs pinentry-tty)
|
||||
(prepend qtbase-5)))
|
||||
(prepend qtbase qtwayland)))
|
||||
(description
|
||||
"Pinentry provides a console and a Qt GUI that allows users to enter a
|
||||
passphrase when @code{gpg} is run and needs it.")))
|
||||
|
|
Loading…
Reference in a new issue