gnu: chez-scheme: Add missing inputs.
* gnu/packages/chez.scm (chez-scheme)[native-inputs]: Add texlive-dvips-l3backend and texlive-fonts-ec. [arguments]: Set HOME in 'configure' phase.
This commit is contained in:
		
							parent
							
								
									3d32fd1a6e
								
							
						
					
					
						commit
						be99485786
					
				
					 1 changed files with 5 additions and 2 deletions
				
			
		|  | @ -114,8 +114,10 @@ | |||
|        ;; for docs | ||||
|        ("stex" ,stex) | ||||
|        ("xorg-rgb" ,xorg-rgb) | ||||
|        ("texlive" ,(texlive-updmap.cfg (list texlive-oberdiek | ||||
|                                              texlive-epsf))) | ||||
|        ("texlive" ,(texlive-updmap.cfg (list texlive-dvips-l3backend | ||||
|                                              texlive-epsf | ||||
|                                              texlive-fonts-ec | ||||
|                                              texlive-oberdiek))) | ||||
|        ("ghostscript" ,ghostscript) | ||||
|        ("netpbm" ,netpbm))) | ||||
|     (native-search-paths | ||||
|  | @ -167,6 +169,7 @@ | |||
|                ;; Some makefiles (for tests) don't seem to propagate CC | ||||
|                ;; properly, so we take it out of their hands: | ||||
|                (setenv "CC" ,(cc-for-target)) | ||||
|                (setenv "HOME" "/tmp") | ||||
|                (apply invoke | ||||
|                       "./configure" | ||||
|                       flags) | ||||
|  |  | |||
		Reference in a new issue