guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]