From 5f2122fb2173f1eddab2ceca44f9eb6ae98b127a Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 16 Jan 2019 19:48:02 +0200 Subject: gnu: gnurl: Add properties for updater. * gnu/packages/gnunet.scm (gnurl)[properties]: New field. --- gnu/packages/gnunet.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu/packages/gnunet.scm') diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index c40581ea1f..685cbdedec 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -238,6 +238,8 @@ with URL syntax. While cURL supports many crypto backends, libgnurl only supports HTTP, HTTPS and GnuTLS.") (license (license:non-copyleft "file://COPYING" "See COPYING in the distribution.")) + (properties '((ftp-server . "ftp.gnu.org") + (ftp-directory . "/gnunet"))) (home-page "https://gnunet.org/gnurl"))) (define-public gnunet -- cgit v1.2.3