mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue