gnu: hwinfo: Remove input labels.
* gnu/packages/hardware.scm (hwinfo)[inputs]: Remove input labels.
This commit is contained in:
parent
e47f2cd387
commit
b61f2208c7
1 changed files with 1 additions and 2 deletions
|
@ -412,8 +412,7 @@ (define-public hwinfo
|
|||
(native-inputs
|
||||
(list doxygen flex perl pkg-config))
|
||||
(inputs
|
||||
`(("libx86emu" ,libx86emu)
|
||||
("util-linux:lib" ,util-linux "lib")))
|
||||
(list libx86emu `(,util-linux "lib")))
|
||||
(synopsis "Hardware information tool")
|
||||
(description "HwInfo is used to probe for the hardware present in the system.
|
||||
It can be used to generate a system overview log which can be later used for
|
||||
|
|
Loading…
Reference in a new issue