mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: powertop: Remove input labels.
* gnu/packages/linux.scm (powertop)[native-inputs]: Remove input labels.
This commit is contained in:
parent
a95ec3ef07
commit
831651f60b
1 changed files with 2 additions and 6 deletions
|
@ -3183,14 +3183,10 @@ (define-public powertop
|
|||
(("/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
|
||||
|
|
Loading…
Reference in a new issue