mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: sct: Prepare for cross-compilation.
* gnu/packages/xdisorg.scm (sct)[arguments]: Use CC-FOR-TARGET.
This commit is contained in:
parent
d9fda98049
commit
395659d86d
1 changed files with 3 additions and 2 deletions
|
@ -1922,8 +1922,9 @@ (define-public sct
|
|||
(base32 "0lrhx771iccbw04wrhj0ygids1pzmjfc4hvklm30m3p3flvhqf0m"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:make-flags (list "CC=gcc")
|
||||
#:tests? #f ; No tests exist.
|
||||
`(#:make-flags
|
||||
(list ,(string-append "CC=" (cc-for-target)))
|
||||
#:tests? #f ; no test suite
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'configure)
|
||||
|
|
Loading…
Reference in a new issue