diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-12-17 16:49:45 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-12-17 16:49:45 +0100 |
commit | f845793237c9f4a84da0a3b9737792153adf07eb (patch) | |
tree | dbcde6ec244d3c3bdb822b602a416747afb3307f /gnu | |
parent | b8396f96bfeadfa63e7ad2afc2ab5a37f37f5f81 (diff) | |
download | guix-f845793237c9f4a84da0a3b9737792153adf07eb.tar guix-f845793237c9f4a84da0a3b9737792153adf07eb.tar.gz |
gnu: pinentry-tty: Add meta-data for 'guix refresh'.
* gnu/packages/gnupg.scm (pinentry-tty)[properties]: New field.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnupg.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index d2b74c4721..8a81e9f9e9 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2012, 2013, 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org> +;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2013, 2015 Andreas Enge <andreas@enge.fr> ;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org> ;;; Copyright © 2014, 2015, 2016 Mark H Weaver <mhw@netris.org> @@ -749,7 +749,10 @@ including tools for signing keys, keyring analysis, and party preparation. (description "Pinentry provides a console that allows users to enter a passphrase when @code{gpg} is run and needs it.") - (license license:gpl2+))) + (license license:gpl2+) + (properties '((ftp-server . "ftp.gnupg.org") + (ftp-directory . "/gcrypt/pinentry") + (upstream-name . "pinentry"))))) (define-public pinentry-gtk2 (package |