From 2450ccb4b58ecc7305c50ad60fa653c82ba620e3 Mon Sep 17 00:00:00 2001
From: Tobias Geerinckx-Rice <me@tobias.gr>
Date: Wed, 7 Oct 2020 13:41:38 +0200
Subject: [PATCH] gnu: filezilla: Run the test.

* gnu/packages/ftp.scm (filezilla)[native-inputs]: Add cppunit.
---
 gnu/packages/ftp.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ftp.scm b/gnu/packages/ftp.scm
index f0146290efc..b1780635564 100644
--- a/gnu/packages/ftp.scm
+++ b/gnu/packages/ftp.scm
@@ -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
-- 
GitLab