diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-11-21 22:04:03 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-11-25 14:08:26 +0200 |
commit | baac9ff97c2cdc9965bbff07d6fb3a594bd12581 (patch) | |
tree | 2268e5fee6fe47a4c4043c719015eb118c569474 /gnu/packages | |
parent | 8e77da0d11770f7761e6c3fbde0abe05a44491e7 (diff) |
gnu: gnunet-gtk: Set upstream ftp-directory.
* gnu/packages/gnunet.scm (gnunet-gtk)[properties]: New field. Set
ftp-directory.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gnunet.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index 0904022f08..9282c00436 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"))))) |