gnu: fastcap: Build with ghostscript-gs.
* gnu/packages/engineering.scm (fastcap)[native-inputs]: Replace GHOSTSCRIPT
by GHOST_SCRIPT-GS.
This is a follow-up to commit d8eb912132.
			
			
This commit is contained in:
		
							parent
							
								
									14656f4495
								
							
						
					
					
						commit
						e83a13faa2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -233,7 +233,7 @@ optimizer; and it can produce photorealistic and design review images.")
 | 
			
		|||
    (build-system gnu-build-system)
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     `(("texlive" ,texlive)
 | 
			
		||||
       ("ghostscript" ,ghostscript)))
 | 
			
		||||
       ("ghostscript" ,ghostscript-gs)))
 | 
			
		||||
    (arguments
 | 
			
		||||
     `(#:make-flags '("CC=gcc" "RM=rm" "SHELL=sh" "all")
 | 
			
		||||
       #:parallel-build? #f
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue