summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2025-11-26 09:53:27 +0100
committerAndreas Enge <andreas@enge.fr>2025-11-26 09:53:29 +0100
commit3a7556ccb6eb02771a9dac63504473d32d24e6f3 (patch)
treeb81e36098e25abe8b6cf90a9af9bb46511806365
parent279df705b44353e1cf345ef04e8183a91994bc8a (diff)
gnu: Remove pinentry-qt5.
* gnu/packages/gnupg.scm (pinentry-qt5): Delete variable. Fixes: guix/guix#3875 Change-Id: I4cc26b2ad635cc6c0fcfe6834a06887c98eee151
-rw-r--r--gnu/packages/gnupg.scm9
1 files changed, 0 insertions, 9 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index c26f7a53b56..5a1c74b07ac 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -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)