me
/
guix
Archived
1
0
Fork 0

gnu: sct: Prepare for cross-compilation.

* gnu/packages/xdisorg.scm (sct)[arguments]: Use CC-FOR-TARGET.
master
Tobias Geerinckx-Rice 2020-06-02 20:56:43 +02:00
parent d9fda98049
commit 395659d86d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 2 deletions

View File

@ -1922,8 +1922,9 @@ colors on all monitors attached to an XRandR-capable X11 display server.")
(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)