gnu: filezilla: Run the test.
* gnu/packages/ftp.scm (filezilla)[native-inputs]: Add cppunit.master
parent
0eca1c5de4
commit
2450ccb4b5
|
@ -226,7 +226,8 @@ output.
|
|||
;; Don't let filezilla phone home to check for updates.
|
||||
'(#:configure-flags '("--disable-autoupdatecheck")))
|
||||
(native-inputs
|
||||
`(("gettext" ,gettext-minimal)
|
||||
`(("cppunit" ,cppunit)
|
||||
("gettext" ,gettext-minimal)
|
||||
("pkg-config" ,pkg-config)
|
||||
("xdg-utils" ,xdg-utils)))
|
||||
(inputs
|
||||
|
|
Reference in New Issue