[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/30: gnu: bspwm: Fix cross-compilation.
From: |
guix-commits |
Subject: |
09/30: gnu: bspwm: Fix cross-compilation. |
Date: |
Tue, 19 Mar 2024 07:12:04 -0400 (EDT) |
iyzsong pushed a commit to branch master
in repository guix.
commit a9495366f3e5383a86fc27ff9b7b82089ca30d8f
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Tue Feb 27 23:50:36 2024 +0800
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>
---
gnu/packages/wm.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 94d3cb7c10..fc483b98ab 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -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")
- 08/30: gnu: bspwm: Use Gexps., (continued)
- 08/30: gnu: bspwm: Use Gexps., guix-commits, 2024/03/19
- 11/30: gnu: spdlog: Fix cross-compilation., guix-commits, 2024/03/19
- 15/30: gnu: a2jmidid: Fix build for riscv64-linux., guix-commits, 2024/03/19
- 17/30: gnu: xfce4-pulseaudio-plugin: Update to 0.4.8., guix-commits, 2024/03/19
- 18/30: gnu: thunar-archive-plugin: Update to 0.5.2., guix-commits, 2024/03/19
- 24/30: gnu: xfce4-notifyd: Update to 0.9.4., guix-commits, 2024/03/19
- 27/30: gnu: xfce4-screensaver: Update to 4.18.3., guix-commits, 2024/03/19
- 28/30: gnu: xfce4-genmon-plugin: Update to 4.2.0., guix-commits, 2024/03/19
- 03/30: gnu: quickjs: Use G-expressions., guix-commits, 2024/03/19
- 07/30: gnu: sxhkd: Remove asciidoc from inputs., guix-commits, 2024/03/19
- 09/30: gnu: bspwm: Fix cross-compilation.,
guix-commits <=
- 13/30: services: sddm: Add extension for localed-service-type., guix-commits, 2024/03/19
- 16/30: gnu: xfce4-clipman-plugin: Update to 1.6.6., guix-commits, 2024/03/19
- 23/30: gnu: xfce4-taskmanager: Update to 1.5.7., guix-commits, 2024/03/19
- 30/30: gnu: xfce4-cpugraph-plugin: Update to 1.2.10., guix-commits, 2024/03/19
- 26/30: gnu: xfce4-screenshooter: Update to 1.10.5., guix-commits, 2024/03/19