summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-11-20 01:00:03 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2022-11-27 01:00:09 +0100
commit831651f60bc6be57f1539d29f6bec17e3ea9db9e (patch)
treebad1931321d5c4358b245b1f00232bbd268506ad /gnu/packages
parenta95ec3ef07b07130885c06465bd29e3d540de05a (diff)
downloadguix-831651f60bc6be57f1539d29f6bec17e3ea9db9e.tar.gz
gnu: powertop: Remove input labels.
* gnu/packages/linux.scm (powertop)[native-inputs]:
Remove input labels.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/linux.scm8
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