guix-commits
[Top][All Lists]
Advanced

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

04/12: gnu: filezilla: Remove input labels.


From: guix-commits
Subject: 04/12: gnu: filezilla: Remove input labels.
Date: Fri, 17 Dec 2021 16:51:43 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit b014c35081e9087f67c00c0f25be3b88884862c2
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Dec 17 20:58:27 2021 +0100

    gnu: filezilla: Remove input labels.
    
    * gnu/packages/ftp.scm (filezilla)[native-inputs]: Remove input labels.
---
 gnu/packages/ftp.scm | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/gnu/packages/ftp.scm b/gnu/packages/ftp.scm
index 3cddf21..3d44364 100644
--- a/gnu/packages/ftp.scm
+++ b/gnu/packages/ftp.scm
@@ -226,10 +226,7 @@ output.
       ;; Don't let filezilla phone home to check for updates.
      '(#:configure-flags '("--disable-autoupdatecheck")))
     (native-inputs
-     `(("cppunit" ,cppunit)
-       ("gettext" ,gettext-minimal)
-       ("pkg-config" ,pkg-config)
-       ("xdg-utils" ,xdg-utils)))
+     (list cppunit gettext-minimal pkg-config xdg-utils))
     (inputs
      (list dbus
            gnutls



reply via email to

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