guix-commits
[Top][All Lists]
Advanced

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

01/08: gnu: radeontop: Simplify inputs.


From: guix-commits
Subject: 01/08: gnu: radeontop: Simplify inputs.
Date: Thu, 7 Apr 2022 17:19:00 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 4e4a79601c4212a91c9280c7c08227b50d321420
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Feb 20 14:39:13 2022 +0100

    gnu: radeontop: Simplify inputs.
    
    * gnu/packages/linux.scm (radeontop)[native-inputs]: Simplify.
---
 gnu/packages/linux.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 9a81fc4a3d..e49bbfbe9c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6752,8 +6752,7 @@ developers.")
                           (string-append "PREFIX=" %output))
        #:tests? #f))                    ; no tests
     (native-inputs
-     `(("gettext" ,gettext-minimal)
-       ("pkg-config" ,pkg-config)))
+     (list gettext-minimal pkg-config))
     (inputs
      (list libdrm libpciaccess libxcb ncurses))
     (home-page "https://github.com/clbr/radeontop/";)



reply via email to

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