mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: clzip: Fix cross-compilation.
* gnu/packages/compression.scm (clzip)[arguments]: Use CC-FOR-TARGET.
This commit is contained in:
parent
cb3ca32052
commit
cb056c4019
1 changed files with 1 additions and 1 deletions
|
@ -1713,7 +1713,7 @@ (define-public clzip
|
|||
(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/clzip.html")
|
||||
(synopsis "Small, stand-alone lzip compressor and decompressor")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue