gnu: minimap2: Prepare for cross compilation.

* gnu/packages/bioinformatics.scm (minimap2)[arguments]: Use
cc-for-target.
This commit is contained in:
Efraim Flashner 2020-12-07 12:23:22 +02:00
parent 65555198b2
commit f48cd014f3
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -13061,7 +13061,7 @@ (define-public minimap2
(arguments
`(#:tests? #f ; there are none
#:make-flags
(list "CC=gcc"
(list (string-append "CC=" ,(cc-for-target))
(let ((system ,(or (%current-target-system)
(%current-system))))
(cond