guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/07: gnu: ghostscript: Keep the replacement private.


From: guix-commits
Subject: 01/07: gnu: ghostscript: Keep the replacement private.
Date: Wed, 4 Sep 2019 17:41:19 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 8161c2d6ce71f200b2d467fda46495fd2ff58c36
Author: Ludovic Courtès <address@hidden>
Date:   Wed Sep 4 14:58:30 2019 +0200

    gnu: ghostscript: Keep the replacement private.
    
    This avoids having two matches for the "ghostscript" spec.
    
    * gnu/packages/ghostscript.scm (ghostscript/fixed): Keep private.
---
 gnu/packages/ghostscript.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm
index 139682b..f9c3ee9 100644
--- a/gnu/packages/ghostscript.scm
+++ b/gnu/packages/ghostscript.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]