me
/
guix
Archived
1
0
Fork 0

gnu: plink: Build with GCC 8.

* gnu/packages/bioinformatics.scm (plink)[native-inputs]: Add gcc-8.
Ricardo Wurmus 2023-08-10 10:26:04 +02:00
parent 997b38bada
commit a38ebae09c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

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