~ruther/guix-local

1f0e1c49aa83d5d180f4f5ee945085eeb2d62191 — Tobias Geerinckx-Rice 6 years ago c45431a
gnu: i2c-tools: Actually cross-compile.

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

M gnu/packages/linux.scm
M gnu/packages/linux.scm => gnu/packages/linux.scm +3 -3
@@ 3595,10 3595,10 @@ create a firmware image suitable for the Linux kernel, and more.")
                "000pvg995qy1b15ks59gd0klri55hb33kqpg5czy84hw1pbdgm0l"))))
    (build-system gnu-build-system)
    (arguments
     `(#:tests? #f  ; no 'check' target
     `(#:tests? #f                      ; no 'check' target
       #:make-flags (list (string-append "prefix=" %output)
                          "CC=gcc")
       ;; no configure script
                          ,(string-append "CC=" (cc-for-target)))
       ;; No configure script.
       #:phases (modify-phases %standard-phases (delete 'configure))))
    (inputs
     `(("perl" ,perl)))