me
/
guix
Archived
1
0
Fork 0

gnu: velvet: Fix error when building documentation.

* gnu/packages/bioinformatics.scm (velvet)[native-inputs]: Add TEXLIVE-GRFEXT,
TEXLIVE-INFWARERR, TEXLIVE-KVOPTIONS and TEXLIVE-KPDFTEXCMDS.
Nicolas Goaziou 2023-06-29 00:20:57 +02:00
parent fdf09bcd31
commit 42500f1aad
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 8 additions and 3 deletions

View File

@ -17089,9 +17089,14 @@ to an artifact/contaminant file.")
(inputs
(list openmpi zlib))
(native-inputs
`(("texlive" ,(texlive-updmap.cfg (list texlive-graphics
texlive-ec
texlive-hyperref)))))
`(("texlive" ,(texlive-updmap.cfg
(list texlive-ec
texlive-graphics
texlive-grfext
texlive-hyperref
texlive-infwarerr
texlive-kvoptions
texlive-pdftexcmds)))))
(home-page "https://www.ebi.ac.uk/~zerbino/velvet/")
(synopsis "Nucleic acid sequence assembler for very short reads")
(description