guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: filezilla: Run the test.


From: guix-commits
Subject: 03/05: gnu: filezilla: Run the test.
Date: Wed, 7 Oct 2020 07:55:36 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 2450ccb4b58ecc7305c50ad60fa653c82ba620e3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Oct 7 13:41:38 2020 +0200

    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 f014629..b178063 100644
--- a/gnu/packages/ftp.scm
+++ b/gnu/packages/ftp.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]