gnu: filezilla: Run the test.
* gnu/packages/ftp.scm (filezilla)[native-inputs]: Add cppunit.
This commit is contained in:
parent
0eca1c5de4
commit
2450ccb4b5
1 changed files with 2 additions and 1 deletions
|
@ -226,7 +226,8 @@ 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
|
||||||
`(("gettext" ,gettext-minimal)
|
`(("cppunit" ,cppunit)
|
||||||
|
("gettext" ,gettext-minimal)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("xdg-utils" ,xdg-utils)))
|
("xdg-utils" ,xdg-utils)))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in a new issue