gnu: dfc: Remove input labels.

* gnu/packages/admin.scm (dfc)[native-inputs]: Remove label.

Change-Id: I2f67a109a9ebada64457241adffd1d57e9cba3b6
This commit is contained in:
Ludovic Courtès 2024-01-17 11:00:03 +01:00
parent 550a8fdb06
commit c89d2bcceb
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -651,7 +651,7 @@ (define-public dfc
"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