gnu: filezilla: Remove input labels.
* gnu/packages/ftp.scm (filezilla)[native-inputs]: Remove input labels.
This commit is contained in:
parent
4b8a5e8cc5
commit
b014c35081
1 changed files with 1 additions and 4 deletions
|
@ -226,10 +226,7 @@ output.
|
||||||
;; Don't let filezilla phone home to check for updates.
|
;; Don't let filezilla phone home to check for updates.
|
||||||
'(#:configure-flags '("--disable-autoupdatecheck")))
|
'(#:configure-flags '("--disable-autoupdatecheck")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("cppunit" ,cppunit)
|
(list cppunit gettext-minimal pkg-config xdg-utils))
|
||||||
("gettext" ,gettext-minimal)
|
|
||||||
("pkg-config" ,pkg-config)
|
|
||||||
("xdg-utils" ,xdg-utils)))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list dbus
|
(list dbus
|
||||||
gnutls
|
gnutls
|
||||||
|
|
Reference in a new issue