mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: gnunet-gtk: Set upstream ftp-directory.
* gnu/packages/gnunet.scm (gnunet-gtk)[properties]: New field. Set ftp-directory.
This commit is contained in:
parent
8e77da0d11
commit
baac9ff97c
1 changed files with 3 additions and 1 deletions
|
@ -358,4 +358,6 @@ (define-public gnunet-gtk
|
|||
(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")))))
|
||||
|
|
Loading…
Reference in a new issue