mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue