1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-23 09:35:56 +02:00

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
+1 -2
View File
@@ -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/")