~ruther/guix-local

a9495366f3e5383a86fc27ff9b7b82089ca30d8f — Zheng Junjie 2 years ago 332d7c3
gnu: bspwm: Fix cross-compilation.

* gnu/packages/wm.scm (bspwm)[arguments]<#:make-flags>: Use CC-FOR-TARGET.

Change-Id: I47399c52c8ba9adb8ea95c2a05cc8ba4762bbca3
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/wm.scm
M gnu/packages/wm.scm => gnu/packages/wm.scm +1 -1
@@ 192,7 192,7 @@
               (delete 'configure))           ; no configure script
           #:tests? #f                      ; no check target
           #:make-flags
           #~(list "CC=gcc"
           #~(list (string-append "CC=" #$(cc-for-target))
                   (string-append "PREFIX=" #$output))))
    (home-page "https://github.com/baskerville/bspwm")
    (synopsis "Tiling window manager based on binary space partitioning")