gnu: powertop: Remove input labels.
* gnu/packages/linux.scm (powertop)[native-inputs]: Remove input labels.master
parent
a95ec3ef07
commit
831651f60b
|
@ -3183,14 +3183,10 @@ devices. It replaces @code{iwconfig}, which is deprecated.")
|
|||
(("/usr/bin/xset") "xset")
|
||||
(("/usr/sbin/hciconfig") "hciconfig"))
|
||||
#t))))))
|
||||
(native-inputs
|
||||
(list autoconf automake gettext-minimal libtool pkg-config))
|
||||
(inputs
|
||||
(list kmod libnl ncurses pciutils zlib))
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
("automake" ,automake)
|
||||
("gettext" ,gettext-minimal)
|
||||
("libtool" ,libtool)
|
||||
("pkg-config" ,pkg-config)))
|
||||
(home-page "https://01.org/powertop/")
|
||||
(synopsis "Analyze power consumption on Intel-based laptops")
|
||||
(description
|
||||
|
|
Reference in New Issue