summaryrefslogtreecommitdiff
path: root/gnu/packages/ghostscript.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/ghostscript.scm')
-rw-r--r--gnu/packages/ghostscript.scm11
1 files changed, 9 insertions, 2 deletions
diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm
index f724fe3ff16..817104cde1a 100644
--- a/gnu/packages/ghostscript.scm
+++ b/gnu/packages/ghostscript.scm
@@ -137,7 +137,7 @@ printing, and psresize, for adjusting page sizes.")
137(define-public ghostscript 137(define-public ghostscript
138 (package 138 (package
139 (name "ghostscript") 139 (name "ghostscript")
140 (version "9.26") 140 (version "9.27")
141 (source 141 (source
142 (origin 142 (origin
143 (method url-fetch) 143 (method url-fetch)
@@ -147,7 +147,7 @@ printing, and psresize, for adjusting page sizes.")
147 "/ghostscript-" version ".tar.xz")) 147 "/ghostscript-" version ".tar.xz"))
148 (sha256 148 (sha256
149 (base32 149 (base32
150 "1645f47all5w27bfhiq15vycdm954lmr6agqkrp68ksq6xglgvch")) 150 "06dnj0mxyaryfbwlsjwaqf847w91w2h8f108kxxcc41nrnx1y3zw"))
151 (patches (search-patches "ghostscript-no-header-creationdate.patch" 151 (patches (search-patches "ghostscript-no-header-creationdate.patch"
152 "ghostscript-no-header-id.patch" 152 "ghostscript-no-header-id.patch"
153 "ghostscript-no-header-uuid.patch")) 153 "ghostscript-no-header-uuid.patch"))
@@ -165,6 +165,13 @@ printing, and psresize, for adjusting page sizes.")
165 (outputs '("out" "doc")) ;19 MiB of HTML/PS doc + examples 165 (outputs '("out" "doc")) ;19 MiB of HTML/PS doc + examples
166 (arguments 166 (arguments
167 `(#:disallowed-references ("doc") 167 `(#:disallowed-references ("doc")
168 ;; XXX: Starting with version 9.27, building the tests in parallel
169 ;; occasionally fails like this:
170 ;; In file included from ./base/memory_.h:23:0,
171 ;; from ./obj/gsmd5.h:1,
172 ;; from ./obj/gsmd5.c:56:
173 ;; ./base/std.h:25:10: fatal error: arch.h: No such file or directory
174 #:parallel-tests? #f
168 #:configure-flags 175 #:configure-flags
169 (list (string-append "LDFLAGS=-Wl,-rpath=" 176 (list (string-append "LDFLAGS=-Wl,-rpath="
170 (assoc-ref %outputs "out") "/lib") 177 (assoc-ref %outputs "out") "/lib")