diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-09-04 14:58:30 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-09-04 23:41:07 +0200 |
commit | 8161c2d6ce71f200b2d467fda46495fd2ff58c36 (patch) | |
tree | 3f681c9a53d76261632d3aee312e4c97e1d12fbd | |
parent | ce502774b4eba7aaa4c1d5eb07c913d6f06ff0dc (diff) | |
download | patches-8161c2d6ce71f200b2d467fda46495fd2ff58c36.tar patches-8161c2d6ce71f200b2d467fda46495fd2ff58c36.tar.gz |
gnu: ghostscript: Keep the replacement private.
This avoids having two matches for the "ghostscript" spec.
* gnu/packages/ghostscript.scm (ghostscript/fixed): Keep private.
-rw-r--r-- | gnu/packages/ghostscript.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm index 139682b5d0..f9c3ee94bf 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 |