mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: velvet: Fix error when building documentation.
* gnu/packages/bioinformatics.scm (velvet)[native-inputs]: Add TEXLIVE-GRFEXT, TEXLIVE-INFWARERR, TEXLIVE-KVOPTIONS and TEXLIVE-KPDFTEXCMDS.
This commit is contained in:
parent
fdf09bcd31
commit
42500f1aad
1 changed files with 8 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue