gnu: filteraudio: Cross compile.

* gnu/packages/audio.scm (filteraudio)[arguments]: Use cc-for-target in
make-flags.
This commit is contained in:
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

View File

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