me
/
guix
Archived
1
0
Fork 0

gnu: powertop: Remove input labels.

* gnu/packages/linux.scm (powertop)[native-inputs]:
Remove input labels.
master
Tobias Geerinckx-Rice 2022-11-20 01:00:03 +01:00
parent a95ec3ef07
commit 831651f60b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 6 deletions

View File

@ -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