gnu: velvet: Add missing TeX package.
* gnu/packages/bioinformatics.scm (velvet)[native-inputs]: Add texlive-fonts-ec.
This commit is contained in:
		
							parent
							
								
									fe0f8c627a
								
							
						
					
					
						commit
						19f6b770dc
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -13370,6 +13370,7 @@ to an artifact/contaminant file.")
 | 
				
			||||||
       ("zlib" ,zlib)))
 | 
					       ("zlib" ,zlib)))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("texlive" ,(texlive-updmap.cfg (list texlive-latex-graphics
 | 
					     `(("texlive" ,(texlive-updmap.cfg (list texlive-latex-graphics
 | 
				
			||||||
 | 
					                                             texlive-fonts-ec
 | 
				
			||||||
                                             texlive-hyperref)))))
 | 
					                                             texlive-hyperref)))))
 | 
				
			||||||
    (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")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue