From 699cf001dcf0804980ce7ab3efe5c21176c42626 Mon Sep 17 00:00:00 2001 From: Sughosha Date: Wed, 1 Jan 2025 22:41:09 +0530 Subject: [PATCH] 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 --- gnu/packages/gnupg.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index d7133589007b60654cecef43fa0449968b3c2bd9..4f1914d99df5cb48a11512b114e2a703d3828d22 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -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.")))