gnu: ghostscript: Keep the replacement private.
This avoids having two matches for the "ghostscript" spec. * gnu/packages/ghostscript.scm (ghostscript/fixed): Keep private.
This commit is contained in:
		
							parent
							
								
									ce502774b4
								
							
						
					
					
						commit
						8161c2d6ce
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -275,7 +275,7 @@ output file formats and printers.")
 | 
			
		|||
    (home-page "https://www.ghostscript.com/")
 | 
			
		||||
    (license license:agpl3+)))
 | 
			
		||||
 | 
			
		||||
(define-public ghostscript/fixed
 | 
			
		||||
(define ghostscript/fixed
 | 
			
		||||
  ;; This adds the Freetype dependency (among other things), which fixes the
 | 
			
		||||
  ;; rendering issues described in <https://issues.guix.gnu.org/issue/34877>.
 | 
			
		||||
  (package/inherit
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue