diff options
author | Ludovic Courtès <ludo@gnu.org> | 2024-01-17 11:00:03 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:44:24 +0200 |
commit | c89d2bcceb9f232cbcabedc745fb721d46e7819c (patch) | |
tree | 9bda1442b9b8b999d42f1baf5134c8d101e095ed /gnu | |
parent | 550a8fdb066185bb346f41399aacb3a9681d13f8 (diff) | |
download | guix-c89d2bcceb9f232cbcabedc745fb721d46e7819c.tar.gz guix-c89d2bcceb9f232cbcabedc745fb721d46e7819c.zip |
gnu: dfc: Remove input labels.
* gnu/packages/admin.scm (dfc)[native-inputs]: Remove label.
Change-Id: I2f67a109a9ebada64457241adffd1d57e9cba3b6
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/admin.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 9f707a14c4..94c3a94765 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -651,7 +651,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 |