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>
1 files changed, 1 insertions(+), 1 deletions(-) M gnu/packages/gnupg.scm
M gnu/packages/gnupg.scm => gnu/packages/gnupg.scm +1 -1
@@ 939,7 939,7 @@ software."))) `(#: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.")))