gnu: radeontop: Prepare for cross-compilation.

* gnu/packages/linux.scm (radeontop)[arguments]: Use CC-FOR-TARGET.
This commit is contained in:
Tobias Geerinckx-Rice 2021-11-27 00:37:45 +01:00
parent e16f76fae2
commit 275f7cf8a1
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -6509,7 +6509,7 @@ developers.")
(("ver=unknown")
(string-append "ver=" ,version)))))
(delete 'configure)) ; no configure script
#:make-flags (list "CC=gcc"
#:make-flags (list (string-append "CC=" ,(cc-for-target))
(string-append "PREFIX=" %output))
#:tests? #f)) ; no tests
(native-inputs