mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue