me
/
guix
Archived
1
0
Fork 0

gnu: mbpfan: Fix cross-compilation.

* gnu/packages/linux.scm (mbpfan)[arguments]: Use CC-FOR-TARGET.
master
Tobias Geerinckx-Rice 2020-06-03 01:31:27 +02:00
parent 15c8b1723a
commit e45f0c79fb
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -6490,10 +6490,10 @@ interface to this kernel feature.")
(base32 "0aijyxrqh01x0s80yr4cgxgd001iiqqph65pxvby7f0wz8lnxnqj")))) (base32 "0aijyxrqh01x0s80yr4cgxgd001iiqqph65pxvby7f0wz8lnxnqj"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (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"))) #:make-flags (let ((out (assoc-ref %outputs "out")))
(list (string-append "DESTDIR=" out) (list (string-append "DESTDIR=" out)
"CC=gcc")) ,(string-append "CC=" (cc-for-target))))
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-after 'unpack 'patch-paths (add-after 'unpack 'patch-paths