mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +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
|
"Pinentry provides a console and a Qt GUI that allows users to enter a
|
||||||
passphrase when @code{gpg} is run and needs it.")))
|
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
|
(define-public pinentry-efl
|
||||||
(package
|
(package
|
||||||
(inherit pinentry-tty)
|
(inherit pinentry-tty)
|
||||||
|
|
Loading…
Reference in a new issue