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)
 | 
					       ("perl" ,perl)
 | 
				
			||||||
       ("texinfo" ,texinfo)             ;For generating documentation
 | 
					       ("texinfo" ,texinfo)             ;For generating documentation
 | 
				
			||||||
       ;; For the manual and the tests.
 | 
					       ;; For the manual and the tests.
 | 
				
			||||||
       ("texlive" ,(texlive-updmap.cfg (list texlive-amsfonts
 | 
					       ("texlive" ,(texlive-updmap.cfg
 | 
				
			||||||
                                        texlive-epsf
 | 
					                    (list texlive-amsfonts
 | 
				
			||||||
                                        texlive-etoolbox
 | 
					                          texlive-dvips-l3backend
 | 
				
			||||||
                                        texlive-latex-base
 | 
					                          texlive-epsf
 | 
				
			||||||
                                        texlive-latex-geometry
 | 
					                          texlive-etoolbox
 | 
				
			||||||
                                        texlive-latex-graphics
 | 
					                          texlive-fonts-ec
 | 
				
			||||||
                                        texlive-oberdiek ;for ifluatex
 | 
					                          texlive-generic-infwarerr
 | 
				
			||||||
                                        texlive-latex-parskip
 | 
					                          texlive-generic-kvdefinekeys
 | 
				
			||||||
                                        texlive-tex-texinfo)))))
 | 
					                          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
 | 
					    (inputs
 | 
				
			||||||
     `(("fftw" ,fftw)
 | 
					     `(("fftw" ,fftw)
 | 
				
			||||||
       ("freeglut" ,freeglut)
 | 
					       ("freeglut" ,freeglut)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue