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 @@ colors on all monitors attached to an XRandR-capable X11 display server.")
|
||||||
(base32 "0lrhx771iccbw04wrhj0ygids1pzmjfc4hvklm30m3p3flvhqf0m"))))
|
(base32 "0lrhx771iccbw04wrhj0ygids1pzmjfc4hvklm30m3p3flvhqf0m"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:make-flags (list "CC=gcc")
|
`(#:make-flags
|
||||||
#:tests? #f ; No tests exist.
|
(list ,(string-append "CC=" (cc-for-target)))
|
||||||
|
#:tests? #f ; no test suite
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(delete 'configure)
|
(delete 'configure)
|
||||||
|
|
Reference in a new issue