gnu: radeontop: Simplify inputs.

* gnu/packages/linux.scm (radeontop)[native-inputs]: Simplify.
This commit is contained in:
Marius Bakke 2022-02-20 14:39:13 +01:00
parent b749329888
commit 4e4a79601c
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -6752,8 +6752,7 @@ (define-public radeontop
(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/")