mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: btop: Fix building on "riscv64-linux-gnu".
* gnu/packages/admin.scm (btop): Fix building on "riscv64-linux-gnu". [arguments]<#:make-flags>: Properly set "CC" and "CXX" to the target compiler. Change-Id: Ic56d372f83e7ed3fa1843d3ab53303f9b3762616
This commit is contained in:
parent
ed5988f0d2
commit
5a8b0663a7
1 changed files with 2 additions and 1 deletions
|
@ -1039,7 +1039,8 @@ console.")
|
|||
(arguments
|
||||
(list #:tests? #f ;no test suite
|
||||
#:make-flags #~(list (string-append "PREFIX=" #$output)
|
||||
(string-append "CC=" #$(cc-for-target)))
|
||||
(string-append "CC=" #$(cc-for-target))
|
||||
(string-append "CXX=" #$(cxx-for-target)))
|
||||
#:phases #~(modify-phases %standard-phases
|
||||
(delete 'configure))))
|
||||
(home-page "https://github.com/aristocratos/btop")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue