me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -554,7 +554,7 @@ environment variables of the current shell.")
(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