guix-commits
[Top][All Lists]
Advanced

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

01/19: gnu: gnunet-gtk: Set upstream ftp-directory.


From: guix-commits
Subject: 01/19: gnu: gnunet-gtk: Set upstream ftp-directory.
Date: Mon, 25 Nov 2019 07:08:53 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit baac9ff97c2cdc9965bbff07d6fb3a594bd12581
Author: Efraim Flashner <address@hidden>
Date:   Thu Nov 21 22:04:03 2019 +0200

    gnu: gnunet-gtk: Set upstream ftp-directory.
    
    * gnu/packages/gnunet.scm (gnunet-gtk)[properties]: New field. Set
    ftp-directory.
---
 gnu/packages/gnunet.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 0904022..9282c00 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -358,4 +358,6 @@ services.")
     (native-inputs
      `(("pkg-config" ,pkg-config)
        ("libglade" ,libglade)))
-    (synopsis "Graphical front-end tools for GNUnet")))
+    (synopsis "Graphical front-end tools for GNUnet")
+    (properties '((ftp-server . "ftp.gnu.org")
+                  (ftp-directory . "/gnunet")))))



reply via email to

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