mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05: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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue