mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: radeontop: Simplify inputs.
* gnu/packages/linux.scm (radeontop)[native-inputs]: Simplify.
This commit is contained in:
parent
b749329888
commit
4e4a79601c
1 changed files with 1 additions and 2 deletions
|
@ -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/")
|
||||
|
|
Loading…
Reference in a new issue