mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: Remove pinentry-qt5.
* gnu/packages/gnupg.scm (pinentry-qt5): Delete variable. Fixes: guix/guix#3875 Change-Id: I4cc26b2ad635cc6c0fcfe6834a06887c98eee151
This commit is contained in:
parent
279df705b4
commit
3a7556ccb6
1 changed files with 0 additions and 9 deletions
|
|
@ -926,15 +926,6 @@ software.")))
|
|||
"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…
Add table
Reference in a new issue