gnu: asymptote: Fix build.
* gnu/packages/plotutils.scm (asymptote)[native-inputs]: Add texlive-dvips-l3backend, texlive-fonts-ec, texlive-generic-infwarerr, texlive-generic-kvdefinekeys, texlive-grfext, texlive-latex-kvoptions, texlive-latex-pdftexcmds.
This commit is contained in:
		
							parent
							
								
									d5de4e163c
								
							
						
					
					
						commit
						6605d9ba35
					
				
					 1 changed files with 17 additions and 9 deletions
				
			
		|  | @ -221,15 +221,23 @@ colors, styles, options and details.") | |||
|        ("perl" ,perl) | ||||
|        ("texinfo" ,texinfo)             ;For generating documentation | ||||
|        ;; For the manual and the tests. | ||||
|        ("texlive" ,(texlive-updmap.cfg (list texlive-amsfonts | ||||
|                                         texlive-epsf | ||||
|                                         texlive-etoolbox | ||||
|                                         texlive-latex-base | ||||
|                                         texlive-latex-geometry | ||||
|                                         texlive-latex-graphics | ||||
|                                         texlive-oberdiek ;for ifluatex | ||||
|                                         texlive-latex-parskip | ||||
|                                         texlive-tex-texinfo))))) | ||||
|        ("texlive" ,(texlive-updmap.cfg | ||||
|                     (list texlive-amsfonts | ||||
|                           texlive-dvips-l3backend | ||||
|                           texlive-epsf | ||||
|                           texlive-etoolbox | ||||
|                           texlive-fonts-ec | ||||
|                           texlive-generic-infwarerr | ||||
|                           texlive-generic-kvdefinekeys | ||||
|                           texlive-grfext | ||||
|                           texlive-latex-base | ||||
|                           texlive-latex-geometry | ||||
|                           texlive-latex-graphics | ||||
|                           texlive-latex-kvoptions | ||||
|                           texlive-latex-pdftexcmds | ||||
|                           texlive-oberdiek ;for ifluatex | ||||
|                           texlive-latex-parskip | ||||
|                           texlive-tex-texinfo))))) | ||||
|     (inputs | ||||
|      `(("fftw" ,fftw) | ||||
|        ("freeglut" ,freeglut) | ||||
|  |  | |||
		Reference in a new issue