gnu: plink: Build with GCC 8.
* gnu/packages/bioinformatics.scm (plink)[native-inputs]: Add gcc-8.
parent
997b38bada
commit
a38ebae09c
|
@ -8432,7 +8432,7 @@ accessed/downloaded on demand across HTTP.")
|
|||
(inputs
|
||||
(list zlib lapack))
|
||||
(native-inputs
|
||||
(list unzip))
|
||||
(list unzip gcc-8))
|
||||
(home-page "http://pngu.mgh.harvard.edu/~purcell/plink/")
|
||||
(synopsis "Whole genome association analysis toolset")
|
||||
(description
|
||||
|
|
Reference in New Issue