gnu: ghostscript: Add TODO comment about bundled jbig2dec.
* gnu/packages/ghostscript.scm (ghostscript): Add comment.
This commit is contained in:
parent
10cb88f85c
commit
fda33e495b
|
@ -132,6 +132,7 @@ printing, and psresize, for adjusting page sizes.")
|
||||||
(name "ghostscript")
|
(name "ghostscript")
|
||||||
(replacement ghostscript/fixed)
|
(replacement ghostscript/fixed)
|
||||||
(version "9.14.0")
|
(version "9.14.0")
|
||||||
|
;; XXX Try removing the bundled copy of jbig2dec.
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnu/ghostscript/gnu-ghostscript-"
|
(uri (string-append "mirror://gnu/ghostscript/gnu-ghostscript-"
|
||||||
|
|
Loading…
Reference in New Issue