guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/13: gnu: hwinfo: Remove input labels.


From: guix-commits
Subject: 12/13: gnu: hwinfo: Remove input labels.
Date: Sun, 23 Jul 2023 14:40:13 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b61f2208c7b66fd39902d27d4faabe8ba9749d87
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 16 02:00:01 2023 +0200

    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(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]