gnu: Add pinentry-qt5.

* gnu/packages/gnupg.scm (pinentry-qt5): New variable.

Change-Id: Ia70f00002305ab8e1bd6b0edb0ee6ee84007bf8c
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
Sughosha 2025-01-01 22:41:10 +05:30 committed by Zheng Junjie
parent 699cf001dc
commit 1f1b652e77
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -944,6 +944,15 @@ (define-public pinentry-qt
"Pinentry provides a console and a Qt GUI that allows users to enter a
passphrase when @code{gpg} is run and needs it.")))
(define-public pinentry-qt5
(package
(inherit pinentry-qt)
(name "pinentry-qt5")
(inputs
(modify-inputs (package-inputs pinentry-qt)
(replace "qtbase" qtbase-5)
(replace "qtwayland" qtwayland-5)))))
(define-public pinentry-efl
(package
(inherit pinentry-tty)