1
0
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:
Efraim Flashner
2020-09-18 14:06:06 +03:00
parent 469e6aaea0
commit 9ef590dc8a
+1 -1
View File
@@ -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