diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:08 +0200 |
commit | b61f2208c7b66fd39902d27d4faabe8ba9749d87 (patch) | |
tree | 35cb45af87a963448cfe4c82d9d84427652c597f /gnu | |
parent | e47f2cd38729ec70948a9fefbd98168def737490 (diff) |
gnu: hwinfo: Remove input labels.
* gnu/packages/hardware.scm (hwinfo)[inputs]:
Remove input labels.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/hardware.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm index 94d4f5ce2d..ed000d7fbd 100644 --- a/gnu/packages/hardware.scm +++ b/gnu/packages/hardware.scm @@ -412,8 +412,7 @@ operability and find drivers.") (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 |