[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
- branch master updated (19e6c44 -> 7adaf19), guix-commits, 2020/10/07
- 02/05: gnu: libfilezilla: Don't build static library., guix-commits, 2020/10/07
- 01/05: gnu: filezilla, libfilezilla: Update to 3.50.0, 0.24.1., guix-commits, 2020/10/07
- 03/05: gnu: filezilla: Run the test.,
guix-commits <=
- 05/05: gnu: eolie: Update to 0.9.99., guix-commits, 2020/10/07
- 04/05: gnu: nano: Update to 5.3., guix-commits, 2020/10/07