gnu: xxd: Use cc-for-target.
* gnu/packages/vim.scm (xxd)[arguments]: Replace hard-coded gcc with cc-for-target in make-flags.
This commit is contained in:
parent
469e6aaea0
commit
9ef590dc8a
@ -166,7 +166,7 @@ configuration files.")
|
||||
(package (inherit vim)
|
||||
(name "xxd")
|
||||
(arguments
|
||||
`(#:make-flags '("CC=gcc")
|
||||
`(#:make-flags (list ,(string-append "CC=" (cc-for-target)))
|
||||
#:tests? #f ; there are none
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
Loading…
Reference in New Issue
Block a user