mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
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
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue