~ruther/guix-local

699cf001dcf0804980ce7ab3efe5c21176c42626 — Sughosha 1 year, 5 months ago 0072067
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.")))