Skip to content
Snippets Groups Projects
Unverified Commit 9614897b authored by Christopher Baines's avatar Christopher Baines Committed by Ludovic Courtès
Browse files

gnu: pinentry: Remove 'gpg2' from description.


* gnu/package/gnupg.scm (pinentry-tty, pinentry-gtk2, pinentry-qt)
[description]: The default in Guix is gpg, so only use this.

Signed-off-by: default avatarLudovic Courtès <ludo@gnu.org>
parent d976eccd
No related branches found
No related tags found
No related merge requests found
...@@ -622,7 +622,7 @@ (define-public pinentry-tty ...@@ -622,7 +622,7 @@ (define-public pinentry-tty
(synopsis "GnuPG's interface to passphrase input") (synopsis "GnuPG's interface to passphrase input")
(description (description
"Pinentry provides a console that allows users to enter a passphrase when "Pinentry provides a console that allows users to enter a passphrase when
@code{gpg} or @code{gpg2} is run and needs it.") @code{gpg} is run and needs it.")
(license license:gpl2+))) (license license:gpl2+)))
(define-public pinentry-gtk2 (define-public pinentry-gtk2
...@@ -635,7 +635,7 @@ (define-public pinentry-gtk2 ...@@ -635,7 +635,7 @@ (define-public pinentry-gtk2
,@(package-inputs pinentry-tty))) ,@(package-inputs pinentry-tty)))
(description (description
"Pinentry provides a console and a GTK+ GUI that allows users to enter a "Pinentry provides a console and a GTK+ GUI that allows users to enter a
passphrase when @code{gpg} or @code{gpg2} is run and needs it."))) passphrase when @code{gpg} is run and needs it.")))
(define-public pinentry-qt (define-public pinentry-qt
(package (package
...@@ -648,7 +648,7 @@ (define-public pinentry-qt ...@@ -648,7 +648,7 @@ (define-public pinentry-qt
`(#:configure-flags '("CXXFLAGS=-std=gnu++11"))) `(#:configure-flags '("CXXFLAGS=-std=gnu++11")))
(description (description
"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} or @code{gpg2} is run and needs it."))) passphrase when @code{gpg} is run and needs it.")))
(define-public pinentry (define-public pinentry
(package (inherit pinentry-gtk2) (package (inherit pinentry-gtk2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment