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:
parent
6c1f173650
commit
9995f7ebbc
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ devices have vendorId:productId = 0c45:7403 or 0c45:7404.")
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; none included
|
`(#:tests? #f ; none included
|
||||||
#:make-flags
|
#:make-flags
|
||||||
(list "CC=gcc"
|
(list (string-append "CC=" ,(cc-for-target))
|
||||||
(string-append "prefix=" (assoc-ref %outputs "out")))
|
(string-append "prefix=" (assoc-ref %outputs "out")))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Reference in a new issue