guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: gpgme: Add updater properties.


From: guix-commits
Subject: 02/02: gnu: gpgme: Add updater properties.
Date: Wed, 10 Jul 2019 05:14:47 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 11450f15b49e81a3638db1391f2534372a9da22f
Author: Efraim Flashner <address@hidden>
Date:   Wed Jul 10 11:40:55 2019 +0300

    gnu: gpgme: Add updater properties.
    
    * gnu/packages/gnupg.scm (gpgme)[properties]: New field. Add ftp-server,
    ftp-directory.
---
 gnu/packages/gnupg.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm
index 57e02fa..03d1fde 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -398,7 +398,9 @@ Because the direct use of GnuPG from an application can be 
a complicated
 programming task, it is suggested that all software should try to use GPGME
 instead.  This way bug fixes or improvements can be done at a central place
 and every application benefits from this.")
-    (license license:lgpl2.1+)))
+    (license license:lgpl2.1+)
+    (properties '((ftp-server . "ftp.gnupg.org")
+                  (ftp-directory . "/gcrypt/gpgme")))))
 
 (define-public qgpgme
   (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]