[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
- branch core-updates updated (c345358b9a -> ed07002906), guix-commits, 2024/01/17
- 01/06: gnu: dfc: Remove input labels.,
guix-commits <=
- 05/06: gnu: libvpx: Ungraft., guix-commits, 2024/01/17
- 04/06: gnu: inetutils: Update to 2.5., guix-commits, 2024/01/17
- 03/06: gnu: shadow: Remove input labels., guix-commits, 2024/01/17
- 06/06: gnu: ruby@2.7: Ungraft., guix-commits, 2024/01/17
- 02/06: gnu: meson: Update to 1.1.1 and ungraft., guix-commits, 2024/01/17