gnu: plink: Build with GCC 8.
* gnu/packages/bioinformatics.scm (plink)[native-inputs]: Add gcc-8.
This commit is contained in:
parent
997b38bada
commit
a38ebae09c
1 changed files with 1 additions and 1 deletions
|
@ -8432,7 +8432,7 @@ (define-public plink
|
||||||
(inputs
|
(inputs
|
||||||
(list zlib lapack))
|
(list zlib lapack))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list unzip))
|
(list unzip gcc-8))
|
||||||
(home-page "http://pngu.mgh.harvard.edu/~purcell/plink/")
|
(home-page "http://pngu.mgh.harvard.edu/~purcell/plink/")
|
||||||
(synopsis "Whole genome association analysis toolset")
|
(synopsis "Whole genome association analysis toolset")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue