mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: ncompress: Cross-compile.
* gnu/packages/compression.scm (ncompress)[arguments]: Use CC-FOR-TARGET.
This commit is contained in:
parent
09c3d1c1ff
commit
766b779404
1 changed files with 1 additions and 1 deletions
|
@ -2512,7 +2512,7 @@ (define-public ncompress
|
|||
(base32
|
||||
"090kksxrlqnsdc76fzz2j2ajc98mhmfwyn163ca2ia9niqmlpcm0"))))
|
||||
(arguments
|
||||
'(#:make-flags (list "CC=gcc"
|
||||
`(#:make-flags (list (string-append "CC=" ,(cc-for-target))
|
||||
(string-append "BINDIR=" %output "/bin")
|
||||
(string-append "MANDIR=" %output "/share/man/man1"))
|
||||
#:phases (modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue