mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ of archives.")
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(list "CC=gcc")))
|
(list ,(string-append "CC=" (cc-for-target)))))
|
||||||
(home-page "https://www.nongnu.org/lzip/lunzip.html")
|
(home-page "https://www.nongnu.org/lzip/lunzip.html")
|
||||||
(synopsis "Small, stand-alone lzip decompressor")
|
(synopsis "Small, stand-alone lzip decompressor")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue