mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: dfc: Remove input labels.
* gnu/packages/admin.scm (dfc)[native-inputs]: Remove label. Change-Id: I2f67a109a9ebada64457241adffd1d57e9cba3b6
This commit is contained in:
parent
550a8fdb06
commit
c89d2bcceb
1 changed files with 1 additions and 1 deletions
|
@ -651,7 +651,7 @@ true daemon.")
|
||||||
"0m1fd7l85ckb7bq4c5c3g257bkjglm8gq7x42pkmpp87fkknc94n"))))
|
"0m1fd7l85ckb7bq4c5c3g257bkjglm8gq7x42pkmpp87fkknc94n"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments '(#:tests? #f)) ; There are no tests.
|
(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")
|
(home-page "https://projects.gw-computing.net/projects/dfc")
|
||||||
(synopsis "Display file system space usage using graphs and colors")
|
(synopsis "Display file system space usage using graphs and colors")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue