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
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue