From 4e4a79601c4212a91c9280c7c08227b50d321420 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sun, 20 Feb 2022 14:39:13 +0100 Subject: gnu: radeontop: Simplify inputs. * gnu/packages/linux.scm (radeontop)[native-inputs]: Simplify. --- gnu/packages/linux.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gnu') 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/") -- cgit v1.2.3