guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: dfc: Remove input labels.


From: guix-commits
Subject: 01/06: gnu: dfc: Remove input labels.
Date: Wed, 17 Jan 2024 05:29:19 -0500 (EST)

civodul pushed a commit to branch core-updates
in repository guix.

commit 0aeb1eabc063410fb29d86eda72a1603239aeea9
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Jan 17 11:00:03 2024 +0100

    gnu: dfc: Remove input labels.
    
    * gnu/packages/admin.scm (dfc)[native-inputs]: Remove label.
    
    Change-Id: I2f67a109a9ebada64457241adffd1d57e9cba3b6
---
 gnu/packages/admin.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 54419f9557..4365c03ba1 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -631,7 +631,7 @@ true daemon.")
         "0m1fd7l85ckb7bq4c5c3g257bkjglm8gq7x42pkmpp87fkknc94n"))))
    (build-system cmake-build-system)
    (arguments '(#:tests? #f)) ; There are no tests.
-   (native-inputs `(("gettext" ,gettext-minimal)))
+   (native-inputs (list gettext-minimal))
    (home-page "https://projects.gw-computing.net/projects/dfc";)
    (synopsis "Display file system space usage using graphs and colors")
    (description



reply via email to

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