gnu: woff-tools: Fix cross building.

* gnu/packages/fontutils.scm (woff-tools)[arguments]: Don't hardcode gcc.
This commit is contained in:
Efraim Flashner 2020-11-08 12:48:22 +02:00
parent 149666dfef
commit 146b756659
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -160,7 +160,7 @@ (define-public woff-tools
(inputs
`(("zlib" ,zlib)))
(arguments
`(#:make-flags '("CC=gcc")
`(#:make-flags '(,(string-append "CC=" (cc-for-target)))
#:tests? #f ;no tests
#:phases
(modify-phases %standard-phases