mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
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:
parent
699cf001dc
commit
1f1b652e77
1 changed files with 9 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue