~ruther/guix-local

a8196632647b343f8e03c8f12fbdc0cc84ff90f6 — Zheng Junjie 2 years ago dc5f25c
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>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/shellutils.scm
M gnu/packages/shellutils.scm => gnu/packages/shellutils.scm +1 -1
@@ 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