gnu: filezilla: Run the test.

* gnu/packages/ftp.scm (filezilla)[native-inputs]: Add cppunit.
This commit is contained in:
Tobias Geerinckx-Rice 2020-10-07 13:41:38 +02:00
parent 0eca1c5de4
commit 2450ccb4b5
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -226,7 +226,8 @@ (define-public filezilla
;; 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