gnu: fzy: Fix cross-compilation.

* gnu/packages/shellutils.scm (fzy)[arguments]: Use cc-for-target.

Change-Id: Ic9e929ce3e85ec07f44ae7f8597a02a64edd5bf5
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Zheng Junjie 2023-12-23 23:31:36 +08:00 committed by Mathieu Othacehe
parent dc5f25cea6
commit a819663264
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -554,7 +554,7 @@ (define-public fzy
(build-system gnu-build-system)
(arguments
(list #:make-flags
#~(list "CC=gcc"
#~(list (string-append "CC=" #$(cc-for-target))
(string-append "PREFIX=" #$output))
#:phases
#~(modify-phases %standard-phases