me
/
guix
Archived
1
0
Fork 0

gnu: gnunet-gtk: Set upstream ftp-directory.

* gnu/packages/gnunet.scm (gnunet-gtk)[properties]: New field. Set
ftp-directory.
master
Efraim Flashner 2019-11-21 22:04:03 +02:00
parent 8e77da0d11
commit baac9ff97c
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 1 deletions

View File

@ -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")))))