diff options
author | Leo Famulari <leo@famulari.name> | 2017-05-20 16:24:42 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-05-20 16:26:29 -0400 |
commit | fda33e495b5ae0ad4688588f1b07c15dc04305c7 (patch) | |
tree | 40ffd87c9a9aa06e9ae200a5f356cb74c473bfea | |
parent | 10cb88f85cb4a967fac756ee76f6dc60d60d7bef (diff) | |
download | guix-fda33e495b5ae0ad4688588f1b07c15dc04305c7.tar guix-fda33e495b5ae0ad4688588f1b07c15dc04305c7.tar.gz |
gnu: ghostscript: Add TODO comment about bundled jbig2dec.
* gnu/packages/ghostscript.scm (ghostscript): Add comment.
-rw-r--r-- | gnu/packages/ghostscript.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm index 4e8736cd71..1cb651c96b 100644 --- a/gnu/packages/ghostscript.scm +++ b/gnu/packages/ghostscript.scm @@ -132,6 +132,7 @@ printing, and psresize, for adjusting page sizes.") (name "ghostscript") (replacement ghostscript/fixed) (version "9.14.0") + ;; XXX Try removing the bundled copy of jbig2dec. (source (origin (method url-fetch) (uri (string-append "mirror://gnu/ghostscript/gnu-ghostscript-" |