mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: libfilezilla: Remove input labels.
* gnu/packages/ftp.scm (libfilezilla)[native-inputs]: Remove input labels.
This commit is contained in:
parent
6592fbaade
commit
29a435a216
1 changed files with 1 additions and 3 deletions
|
@ -186,9 +186,7 @@ (define-public libfilezilla
|
|||
`(#:configure-flags
|
||||
(list "--disable-static")))
|
||||
(native-inputs
|
||||
`(("cppunit" ,cppunit)
|
||||
("gettext" ,gettext-minimal)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(list cppunit gettext-minimal pkg-config))
|
||||
(inputs
|
||||
(list gnutls nettle))
|
||||
(home-page "https://lib.filezilla-project.org")
|
||||
|
|
Loading…
Reference in a new issue