guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: npth: Add updater properties.


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

efraim pushed a commit to branch master
in repository guix.

commit ec3f88af7ecceb5da7bd52f68a47780df54a0dca
Author: Efraim Flashner <address@hidden>
Date:   Wed Jul 10 11:39:09 2019 +0300

    gnu: npth: Add updater properties.
    
    * gnu/packages/gnupg.scm (npth)[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 6d5f7c5..57e02fa 100644
--- a/gnu/packages/gnupg.scm
+++ b/gnu/packages/gnupg.scm
@@ -219,7 +219,9 @@ threads implementation.
 In contrast to GNU Pth is is based on the system's standard threads
 implementation.  This allows the use of libraries which are not
 compatible to GNU Pth.")
-    (license (list license:lgpl3+ license:gpl2+)))) ; dual license
+    (license (list license:lgpl3+ license:gpl2+)) ; dual license
+    (properties '((ftp-server . "ftp.gnupg.org")
+                  (ftp-directory . "/gcrypt/npth")))))
 
 (define-public gnupg
   (package



reply via email to

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