gnu: kakoune: Fix cross-compiling. * gnu/packages/text-editors.scm (kakoune)[arguments]: Add a make-flag to set the compiler. Change-Id: Ia159582d8e213e428f374cbc3f2e813d211e5902
1 files changed, 2 insertions(+), 1 deletions(-) M gnu/packages/text-editors.scm
M gnu/packages/text-editors.scm => gnu/packages/text-editors.scm +2 -1
@@ 426,7 426,8 @@ based command language.") (build-system gnu-build-system) (arguments `(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out"))) (list (string-append "PREFIX=" (assoc-ref %outputs "out")) (string-append "CXX=" ,(cxx-for-target))) #:phases (modify-phases %standard-phases (add-after 'unpack 'patch-source