From b61f2208c7b66fd39902d27d4faabe8ba9749d87 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 16 Jul 2023 02:00:01 +0200 Subject: gnu: hwinfo: Remove input labels. * gnu/packages/hardware.scm (hwinfo)[inputs]: Remove input labels. --- gnu/packages/hardware.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gnu') 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 -- cgit 1.4.1