guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

55/59: gnu: powertop: Remove input labels.


From: guix-commits
Subject: 55/59: gnu: powertop: Remove input labels.
Date: Tue, 29 Nov 2022 16:08:24 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 831651f60bc6be57f1539d29f6bec17e3ea9db9e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 20 01:00:03 2022 +0100

    gnu: powertop: Remove input labels.
    
    * gnu/packages/linux.scm (powertop)[native-inputs]:
    Remove input labels.
---
 gnu/packages/linux.scm | 8 ++------
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]