diff options
author | Sughosha <sughosha@disroot.org> | 2025-01-01 22:41:09 +0530 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2025-01-12 12:14:33 +0800 |
commit | 699cf001dcf0804980ce7ab3efe5c21176c42626 (patch) | |
tree | 374229c3b6c1a8bf0d6472e8aea16ff38888c304 /gnu/packages/gnupg.scm | |
parent | 00720676ac35327deca57582140e17cee30b9b15 (diff) |
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>
Diffstat (limited to 'gnu/packages/gnupg.scm')
-rw-r--r-- | gnu/packages/gnupg.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index d7133589007..4f1914d99df 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."))) |