~ruther/guix-local

395659d86d98afaba4d311ca5618f49a4548f6ae — Tobias Geerinckx-Rice 6 years ago d9fda98
gnu: sct: Prepare for cross-compilation.

* gnu/packages/xdisorg.scm (sct)[arguments]: Use CC-FOR-TARGET.
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/xdisorg.scm
M gnu/packages/xdisorg.scm => gnu/packages/xdisorg.scm +3 -2
@@ 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)