unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#30996] [PATCH] gnu: gnupg: Add pinentry-emacs.
@ 2018-03-30  7:48 Pierre Neidhardt
  2018-03-30 21:40 ` bug#30996: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Pierre Neidhardt @ 2018-03-30  7:48 UTC (permalink / raw)
  To: 30996

---
 gnu/packages/gnupg.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index c561c14ca..74d1d027f 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -38,6 +38,7 @@
   #:use-module (gnu packages base)
   #:use-module (gnu packages curl)
   #:use-module (gnu packages crypto)
+  #:use-module (gnu packages emacs)
   #:use-module (gnu packages openldap)
   #:use-module (gnu packages perl)
   #:use-module (gnu packages perl-check)
@@ -738,6 +739,19 @@ including tools for signing keys, keyring analysis, and party preparation.
                   (ftp-directory . "/gcrypt/pinentry")
                   (upstream-name . "pinentry")))))
 
+(define-public pinentry-emacs
+  (package
+   (inherit pinentry-tty)
+   (name "pinentry-emacs")
+   (inputs
+    `(("emacs" ,emacs)
+      ,@(package-inputs pinentry-tty)))
+   (arguments
+    `(#:configure-flags '("--enable-pinentry-emacs")))
+   (description
+    "Pinentry provides a console and an Emacs interface that allows users to
+enter a passphrase when required by @code{gpg} or other software.")))
+
 (define-public pinentry-gtk2
   (package
     (inherit pinentry-tty)
-- 
2.16.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#30996: [PATCH] gnu: gnupg: Add pinentry-emacs.
  2018-03-30  7:48 [bug#30996] [PATCH] gnu: gnupg: Add pinentry-emacs Pierre Neidhardt
@ 2018-03-30 21:40 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2018-03-30 21:40 UTC (permalink / raw)
  To: Pierre Neidhardt; +Cc: 30996-done

Hi,

I removed Emacs from the ‘inputs’ such it’s unused, added a commit log
that follows our conventions, and committed.

Thank you,
Ludo’.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-03-30 21:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-30  7:48 [bug#30996] [PATCH] gnu: gnupg: Add pinentry-emacs Pierre Neidhardt
2018-03-30 21:40 ` bug#30996: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).