guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/10: gnu: imapfilter: Cross-compile.


From: guix-commits
Subject: 06/10: gnu: imapfilter: Cross-compile.
Date: Thu, 26 Nov 2020 14:44:52 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 15586697c91cd004a07f8f163829b0f8e4eb588e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Nov 26 16:37:37 2020 +0100

    gnu: imapfilter: Cross-compile.
    
    * gnu/packages/mail.scm (imapfilter)[arguments]: Use CC-FOR-TARGET.
---
 gnu/packages/mail.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 3381183..b7e5e3a 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3741,7 +3741,7 @@ PGP handling, multiple servers, and secure connections.")
      `(#:tests? #f
        #:make-flags
        (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
-             "CC=gcc")
+             (string-append "CC=" ,(cc-for-target)))
        #:phases
        (modify-phases %standard-phases
          (delete 'configure))))         ; no configure script



reply via email to

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