diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-11-20 01:00:03 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-11-27 01:00:09 +0100 |
commit | 831651f60bc6be57f1539d29f6bec17e3ea9db9e (patch) | |
tree | bad1931321d5c4358b245b1f00232bbd268506ad | |
parent | a95ec3ef07b07130885c06465bd29e3d540de05a (diff) |
gnu: powertop: Remove input labels.
* gnu/packages/linux.scm (powertop)[native-inputs]:
Remove input labels.
-rw-r--r-- | gnu/packages/linux.scm | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 2e1da21800..0050132eea 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -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 |