mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-08-12 17:01:31 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user