gnu: fastx-toolkit: Build with GCC 6

* gnu/packages/bioinformatics.scm (fastx-toolkit)[native-inputs]: Add gcc-6.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Mădălin Ionel Patrașcu 2019-12-19 20:24:09 +01:00 committed by Ludovic Courtès
parent f9488b7043
commit 345488d76f
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -2995,7 +2995,8 @@ (define-public fastx-toolkit
(inputs
`(("libgtextutils" ,libgtextutils)))
(native-inputs
`(("pkg-config" ,pkg-config)))
`(("gcc" ,gcc-6) ;; doesn't build with later versions
("pkg-config" ,pkg-config)))
(home-page "http://hannonlab.cshl.edu/fastx_toolkit/")
(synopsis "Tools for FASTA/FASTQ file preprocessing")
(description