gnu: xmagnify: Use cc-for-target.

* gnu/packages/accessibility.scm (xmagnify)[arguments]: Replace
hard-coded gcc with cc-for-target in make-flags.
This commit is contained in:
Efraim Flashner 2020-09-24 17:17:08 +03:00
parent 6c1f173650
commit 9995f7ebbc
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -309,7 +309,7 @@ (define-public xmagnify
(arguments
`(#:tests? #f ; none included
#:make-flags
(list "CC=gcc"
(list (string-append "CC=" ,(cc-for-target))
(string-append "prefix=" (assoc-ref %outputs "out")))
#:phases
(modify-phases %standard-phases