[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: pinentry: Rename to pinentry-gtk2.
From: |
Efraim Flashner |
Subject: |
01/03: gnu: pinentry: Rename to pinentry-gtk2. |
Date: |
Wed, 04 May 2016 10:01:40 +0000 |
efraim pushed a commit to branch master
in repository guix.
commit 940f8d39a5a39a7ef1a67323d6a4070440402ab6
Author: Efraim Flashner <address@hidden>
Date: Thu Apr 28 05:20:45 2016 +0300
gnu: pinentry: Rename to pinentry-gtk2.
* gnu/packages/gnupg.scm (pinentry): Rename to pinentry-gtk2.
Define pinentry as pinentry-gtk2.
---
gnu/packages/gnupg.scm | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index d447007..6e16429 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -568,9 +568,9 @@ including tools for signing keys, keyring analysis, and
party preparation.
(license license:gpl2)
(home-page "http://pgp-tools.alioth.debian.org/")))
-(define-public pinentry
+(define-public pinentry-gtk2
(package
- (name "pinentry")
+ (name "pinentry-gtk2")
(version "0.9.7")
(source (origin
(method url-fetch)
@@ -595,6 +595,10 @@ including tools for signing keys, keyring analysis, and
party preparation.
enter a passphrase when `gpg' or `gpg2' is run and needs it.")
(license license:gpl2+)))
+(define-public pinentry
+ (package (inherit pinentry-gtk2)
+ (name "pinentry")))
+
(define-public paperkey
(package
(name "paperkey")