mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 02:29:24 -05:00
gnu: hisat: Build with GCC 10.
* gnu/packages/bioinformatics.scm (hisat)[native-inputs]: Add gcc-10.
This commit is contained in:
parent
0a4fa99b39
commit
f2e90d6f43
1 changed files with 1 additions and 1 deletions
|
@ -4954,7 +4954,7 @@ (define-public hisat
|
|||
"hisat(-(build|align|inspect)(-(s|l)(-debug)*)*)*$")))))
|
||||
(delete 'configure))))
|
||||
(native-inputs
|
||||
(list unzip))
|
||||
(list gcc-10 unzip))
|
||||
(inputs
|
||||
(list perl python zlib))
|
||||
;; Non-portable SSE instructions are used so building fails on platforms
|
||||
|
|
Loading…
Reference in a new issue