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,7 +13370,8 @@ to an artifact/contaminant file.")
 | 
			
		|||
       ("zlib" ,zlib)))
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     `(("texlive" ,(texlive-updmap.cfg (list texlive-latex-graphics
 | 
			
		||||
                                        texlive-hyperref)))))
 | 
			
		||||
                                             texlive-fonts-ec
 | 
			
		||||
                                             texlive-hyperref)))))
 | 
			
		||||
    (home-page "https://www.ebi.ac.uk/~zerbino/velvet/")
 | 
			
		||||
    (synopsis "Nucleic acid sequence assembler for very short reads")
 | 
			
		||||
    (description
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue