[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/13: gnu: cwm: Prepare for cross-compilation.
From: |
guix-commits |
Subject: |
10/13: gnu: cwm: Prepare for cross-compilation. |
Date: |
Sun, 29 Nov 2020 11:29:29 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit fa50a8bc7cfcdd2e3bd444c670902758f266425f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 29 14:26:20 2020 +0100
gnu: cwm: Prepare for cross-compilation.
* gnu/packages/wm.scm (cwm)[arguments]: Use CC-FOR-TARGET.
---
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 df4d348..b21ac6f 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1216,7 +1216,7 @@ It is inspired by Xmonad and dwm. Its major features
include:
(base32 "022zld29qawd8gl700g4m24qa89il3aks397zkhh66wvzssdblzx"))))
(build-system gnu-build-system)
(arguments
- `(#:make-flags (list "CC=gcc"
+ `(#:make-flags (list (string-append "CC=" ,(cc-for-target))
(string-append "PREFIX=" %output))
#:tests? #f
#:phases
- 03/13: gnu: youtube-dl: Update to 2020.11.29., (continued)
- 03/13: gnu: youtube-dl: Update to 2020.11.29., guix-commits, 2020/11/29
- 02/13: gnu: igt-gpu-tools: Remove unused inputs., guix-commits, 2020/11/29
- 04/13: gnu: thermald: Update to 2.4., guix-commits, 2020/11/29
- 06/13: gnu: Add bcachefs-tools-static., guix-commits, 2020/11/29
- 05/13: gnu: hplip: Install PPDs into a separate output., guix-commits, 2020/11/29
- 07/13: gnu: Add bcachefs-static., guix-commits, 2020/11/29
- 09/13: gnu: cwm: Update to 6.7., guix-commits, 2020/11/29
- 11/13: gnu: gaupol: Update to 1.8., guix-commits, 2020/11/29
- 08/13: gnu: j4-dmenu-desktop: Update to 2.18., guix-commits, 2020/11/29
- 12/13: gnu: vdpauinfo: Fetch from git repository., guix-commits, 2020/11/29
- 10/13: gnu: cwm: Prepare for cross-compilation.,
guix-commits <=
- 13/13: gnu: vdpauinfo: Update to 1.4., guix-commits, 2020/11/29