summaryrefslogtreecommitdiff
path: root/gnu/packages/ghostscript.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2017-01-23 22:33:10 +0100
committerLudovic Courtès <ludo@gnu.org>2017-01-23 22:33:10 +0100
commit58ea4d407c2e4adbe51b2d7b71dc8bef095677c7 (patch)
tree0fd70c0cb82d7980a7ff82500dec7bfd0d535d3f /gnu/packages/ghostscript.scm
parentfcd75bdbfa99d14363b905afbf914eec20e69df8 (diff)
parent84b60a7cdfca1421a478894e279104a0c18a7c6d (diff)
Merge branch 'master' into core-updates
Diffstat (limited to 'gnu/packages/ghostscript.scm')
-rw-r--r--gnu/packages/ghostscript.scm9
1 files changed, 9 insertions, 0 deletions
diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm
index 0c212ca9283..7c217d903b4 100644
--- a/gnu/packages/ghostscript.scm
+++ b/gnu/packages/ghostscript.scm
@@ -39,6 +39,7 @@
39(define-public lcms 39(define-public lcms
40 (package 40 (package
41 (name "lcms") 41 (name "lcms")
42 (replacement lcms/fixed)
42 (version "2.6") 43 (version "2.6")
43 (source (origin 44 (source (origin
44 (method url-fetch) 45 (method url-fetch)
@@ -58,6 +59,14 @@ Consortium standard (ICC), approved as ISO 15076-1.")
58 (license license:x11) 59 (license license:x11)
59 (home-page "http://www.littlecms.com/"))) 60 (home-page "http://www.littlecms.com/")))
60 61
62(define lcms/fixed
63 (package
64 (inherit lcms)
65 (source
66 (origin
67 (inherit (package-source lcms))
68 (patches (search-patches "lcms-fix-out-of-bounds-read.patch"))))))
69
61(define-public libpaper 70(define-public libpaper
62 (package 71 (package
63 (name "libpaper") 72 (name "libpaper")