gnu: lemonbar: Fix cross-compilation.
* gnu/packages/wm.scm (lemonbar)[arguments]: Use CC-FOR-TARGET.master
parent
3b394f6a3e
commit
6978cb2865
|
@ -1838,9 +1838,10 @@ between windows.")
|
|||
"1wwqbph392iwz8skaqxb0xpklb1l6yganqz80g4x1fhrnz7idmlh"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f ; no test suite
|
||||
#:make-flags (list "CC=gcc"
|
||||
(string-append "PREFIX=" %output))
|
||||
`(#:tests? #f ; no test suite
|
||||
#:make-flags
|
||||
(list ,(string-append "CC=" (cc-for-target))
|
||||
(string-append "PREFIX=" %output))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'configure))))
|
||||
|
|
Reference in New Issue