diff options
-rw-r--r-- | gnu/packages/linux.scm | 3 |
1 files changed, 1 insertions, 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/") |