me
/
guix
Archived
1
0
Fork 0

gnu: libfilezilla: Remove input labels.

* gnu/packages/ftp.scm (libfilezilla)[native-inputs]:
Remove input labels.
master
Tobias Geerinckx-Rice 2021-12-17 20:24:50 +01:00
parent 6592fbaade
commit 29a435a216
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 3 deletions

View File

@ -186,9 +186,7 @@ as required.")
`(#: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")