me
/
guix
Archived
1
0
Fork 0

gnu: imapfilter: Cross-compile.

* gnu/packages/mail.scm (imapfilter)[arguments]: Use CC-FOR-TARGET.
master
Tobias Geerinckx-Rice 2020-11-26 16:37:37 +01:00
parent 6b23d48f09
commit 15586697c9
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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