mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: earlyoom: Actually cross-compile.
* gnu/packages/linux.scm (earlyoom)[arguments]: Use CC-FOR-TARGET.
This commit is contained in:
parent
1f0e1c49aa
commit
15c8b1723a
1 changed files with 1 additions and 1 deletions
|
@ -3007,7 +3007,7 @@ (define-public earlyoom
|
|||
(install-file "contrib/notify_all_users.py" contrib)
|
||||
#t))))
|
||||
#:make-flags (let* ((prefix (assoc-ref %outputs "out")))
|
||||
(list "CC=gcc"
|
||||
(list ,(string-append "CC=" (cc-for-target))
|
||||
(string-append "VERSION=v" ,version)
|
||||
(string-append "PREFIX=" prefix)
|
||||
(string-append "SYSCONFDIR=" prefix "/etc")))
|
||||
|
|
Loading…
Reference in a new issue