[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
- branch master updated (ce50277 -> 35d4862), guix-commits, 2019/09/04
- 02/07: services: nginx: Pass run-directory on config test., guix-commits, 2019/09/04
- 03/07: doc: Update 'README'., guix-commits, 2019/09/04
- 04/07: gnu: Add xfce4-screenshooter., guix-commits, 2019/09/04
- 05/07: gnu: Add xfce4-screensaver., guix-commits, 2019/09/04
- 01/07: gnu: ghostscript: Keep the replacement private.,
guix-commits <=
- 06/07: gnu: libxfce4util: Add gobject-introspection support., guix-commits, 2019/09/04
- 07/07: gnu: libxfce4util: Build Vala bindings., guix-commits, 2019/09/04