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:
parent
f9488b7043
commit
345488d76f
@ -2995,7 +2995,8 @@ reasonable amount of time and memory. For large alignments, FastTree is
|
||||
(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
|
||||
|
Loading…
Reference in New Issue
Block a user