mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
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>
This commit is contained in:
parent
332d7c3428
commit
a9495366f3
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ (define-public bspwm
|
||||||
(delete 'configure)) ; no configure script
|
(delete 'configure)) ; no configure script
|
||||||
#:tests? #f ; no check target
|
#:tests? #f ; no check target
|
||||||
#:make-flags
|
#:make-flags
|
||||||
#~(list "CC=gcc"
|
#~(list (string-append "CC=" #$(cc-for-target))
|
||||||
(string-append "PREFIX=" #$output))))
|
(string-append "PREFIX=" #$output))))
|
||||||
(home-page "https://github.com/baskerville/bspwm")
|
(home-page "https://github.com/baskerville/bspwm")
|
||||||
(synopsis "Tiling window manager based on binary space partitioning")
|
(synopsis "Tiling window manager based on binary space partitioning")
|
||||||
|
|
Loading…
Reference in a new issue