mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: plink: Build with gcc-7.
* gnu/packages/bioinformatics.scm (plink)[native-inputs]: Remove gcc-8, add gcc-7. Change-Id: Idd2182ba90509d6bff4fc733e2b6750a210c9dfb
This commit is contained in:
@@ -11488,7 +11488,7 @@ accessed/downloaded on demand across HTTP.")
|
||||
(inputs
|
||||
(list zlib libxcrypt openblas))
|
||||
(native-inputs
|
||||
(list unzip gcc-8))
|
||||
(list unzip gcc-7))
|
||||
(home-page "http://pngu.mgh.harvard.edu/~purcell/plink/")
|
||||
(synopsis "Whole genome association analysis toolset")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user