me
/
guix
Archived
1
0
Fork 0

gnu: theorafile: Fix cross-compiling.

* gnu/packages/video.scm (theorafile)[arguments]: Use cc-for-target.

Change-Id: I191bd177263e57f1193fce1d360ba161726f39b9
master
Efraim Flashner 2024-05-05 19:22:07 +03:00
parent ee926b19ad
commit c6d99eb371
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

@ -5779,7 +5779,7 @@ to convenience of translating and batch processing of multiple documents.")
(base32 "0affdbs7vhi7apj5sc5mg815vqy1913zgymx3m1rsz8fhrcg3bvn"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags '("CC=gcc")
`(#:make-flags '(,(string-append "CC=" (cc-for-target)))
#:test-target "test"
#:phases
(modify-phases %standard-phases