mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: lunzip: Fix cross-compilation.
* gnu/packages/compression.scm (lunzip)[arguments]: Use CC-FOR-TARGET.
This commit is contained in:
parent
9b9bc1b061
commit
cb3ca32052
1 changed files with 1 additions and 1 deletions
|
@ -1686,7 +1686,7 @@ (define-public lunzip
|
|||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
(list "CC=gcc")))
|
||||
(list ,(string-append "CC=" (cc-for-target)))))
|
||||
(home-page "https://www.nongnu.org/lzip/lunzip.html")
|
||||
(synopsis "Small, stand-alone lzip decompressor")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue