efraim pushed a commit to branch master
in repository guix.
commit baac9ff97c2cdc9965bbff07d6fb3a594bd12581
Author: Efraim Flashner <[email protected]>
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")))))