~ruther/guix-local

e45f0c79fbad86a9a181b8674219f385c8ea5504 — Tobias Geerinckx-Rice 6 years ago 15c8b172
gnu: mbpfan: Fix cross-compilation.

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

M gnu/packages/linux.scm
M gnu/packages/linux.scm => gnu/packages/linux.scm +2 -2
@@ 6490,10 6490,10 @@ interface to this kernel feature.")
        (base32 "0aijyxrqh01x0s80yr4cgxgd001iiqqph65pxvby7f0wz8lnxnqj"))))
    (build-system gnu-build-system)
    (arguments
     '(#:tests? #f                      ; tests ask to be run as root
     `(#:tests? #f                      ; tests ask to be run as root
       #:make-flags (let ((out (assoc-ref %outputs "out")))
                      (list (string-append "DESTDIR=" out)
                            "CC=gcc"))
                            ,(string-append "CC=" (cc-for-target))))
       #:phases
       (modify-phases %standard-phases
         (add-after 'unpack 'patch-paths