gnu: velvet: Fix error when building documentation.
* gnu/packages/bioinformatics.scm (velvet)[native-inputs]: Add TEXLIVE-GRFEXT, TEXLIVE-INFWARERR, TEXLIVE-KVOPTIONS and TEXLIVE-KPDFTEXCMDS.
parent
fdf09bcd31
commit
42500f1aad
|
@ -17089,9 +17089,14 @@ to an artifact/contaminant file.")
|
||||||
(inputs
|
(inputs
|
||||||
(list openmpi zlib))
|
(list openmpi zlib))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("texlive" ,(texlive-updmap.cfg (list texlive-graphics
|
`(("texlive" ,(texlive-updmap.cfg
|
||||||
texlive-ec
|
(list texlive-ec
|
||||||
texlive-hyperref)))))
|
texlive-graphics
|
||||||
|
texlive-grfext
|
||||||
|
texlive-hyperref
|
||||||
|
texlive-infwarerr
|
||||||
|
texlive-kvoptions
|
||||||
|
texlive-pdftexcmds)))))
|
||||||
(home-page "https://www.ebi.ac.uk/~zerbino/velvet/")
|
(home-page "https://www.ebi.ac.uk/~zerbino/velvet/")
|
||||||
(synopsis "Nucleic acid sequence assembler for very short reads")
|
(synopsis "Nucleic acid sequence assembler for very short reads")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue