GNU bug report logs -
#75245
[PATCH 0/3] gnu: pinentry: Update to 1.3.1.
Previous Next
Reported by: Sughosha <sughosha <at> disroot.org>
Date: Wed, 1 Jan 2025 17:07:02 UTC
Severity: normal
Tags: patch
Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 75245 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnupg.scm (pinentry-qt)[inputs]: Replace qtbase-5 with qtbase;
add qtwayland.
Change-Id: Id4cd445e84ae2f15384cf840bf8232d64f2a3f60
---
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 d713358900..4f1914d99d 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -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.")))
--
2.47.1
This bug report was last modified 132 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.