me
/
guix
Archived
1
0
Fork 0

gnu: filteraudio: Cross compile.

* gnu/packages/audio.scm (filteraudio)[arguments]: Use cc-for-target in
make-flags.
master
Efraim Flashner 2020-11-16 12:04:45 +02:00
parent 59775c1c79
commit bd3200fd8b
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -3917,8 +3917,8 @@ loudness of audio and video files to the same level.")
"0hbb290n3wb23f2k692a6bhc23nnqmxqi9sc9j15pnya8wifw64g"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags (list (string-append "PREFIX=" %output)
"CC=gcc")
`(#:make-flags (list (string-append "PREFIX=" %output)
(string-append "CC=" ,(cc-for-target)))
#:tests? #f ; No tests
#:phases
(modify-phases %standard-phases