gnu: ghostscript: Update to 9.27.
* gnu/packages/ghostscript.scm (ghostscript): Update to 9.27. [arguments]: Add <#:parallel-tests?>.
This commit is contained in:
parent
b70ffe4e94
commit
3f151d90a3
@ -137,7 +137,7 @@ printing, and psresize, for adjusting page sizes.")
|
|||||||
(define-public ghostscript
|
(define-public ghostscript
|
||||||
(package
|
(package
|
||||||
(name "ghostscript")
|
(name "ghostscript")
|
||||||
(version "9.26")
|
(version "9.27")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
@ -147,7 +147,7 @@ printing, and psresize, for adjusting page sizes.")
|
|||||||
"/ghostscript-" version ".tar.xz"))
|
"/ghostscript-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1645f47all5w27bfhiq15vycdm954lmr6agqkrp68ksq6xglgvch"))
|
"06dnj0mxyaryfbwlsjwaqf847w91w2h8f108kxxcc41nrnx1y3zw"))
|
||||||
(patches (search-patches "ghostscript-no-header-creationdate.patch"
|
(patches (search-patches "ghostscript-no-header-creationdate.patch"
|
||||||
"ghostscript-no-header-id.patch"
|
"ghostscript-no-header-id.patch"
|
||||||
"ghostscript-no-header-uuid.patch"))
|
"ghostscript-no-header-uuid.patch"))
|
||||||
@ -165,6 +165,13 @@ printing, and psresize, for adjusting page sizes.")
|
|||||||
(outputs '("out" "doc")) ;19 MiB of HTML/PS doc + examples
|
(outputs '("out" "doc")) ;19 MiB of HTML/PS doc + examples
|
||||||
(arguments
|
(arguments
|
||||||
`(#:disallowed-references ("doc")
|
`(#:disallowed-references ("doc")
|
||||||
|
;; XXX: Starting with version 9.27, building the tests in parallel
|
||||||
|
;; occasionally fails like this:
|
||||||
|
;; In file included from ./base/memory_.h:23:0,
|
||||||
|
;; from ./obj/gsmd5.h:1,
|
||||||
|
;; from ./obj/gsmd5.c:56:
|
||||||
|
;; ./base/std.h:25:10: fatal error: arch.h: No such file or directory
|
||||||
|
#:parallel-tests? #f
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
(list (string-append "LDFLAGS=-Wl,-rpath="
|
(list (string-append "LDFLAGS=-Wl,-rpath="
|
||||||
(assoc-ref %outputs "out") "/lib")
|
(assoc-ref %outputs "out") "/lib")
|
||||||
|
Loading…
Reference in New Issue
Block a user