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:
Sughosha 2025-01-01 22:41:09 +05:30 committed by Zheng Junjie
parent 00720676ac
commit 699cf001dc
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -939,7 +939,7 @@ (define-public pinentry-qt
`(#:configure-flags '("--enable-fallback-curses"))) `(#:configure-flags '("--enable-fallback-curses")))
(inputs (inputs
(modify-inputs (package-inputs pinentry-tty) (modify-inputs (package-inputs pinentry-tty)
(prepend qtbase-5))) (prepend qtbase qtwayland)))
(description (description
"Pinentry provides a console and a Qt GUI that allows users to enter a "Pinentry provides a console and a Qt GUI that allows users to enter a
passphrase when @code{gpg} is run and needs it."))) passphrase when @code{gpg} is run and needs it.")))