1
0
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:
Efraim Flashner
2026-03-19 13:41:34 +02:00
parent 8b85641253
commit 763bd56e64

View File

@@ -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