diff options
Diffstat (limited to 'gnu/packages/ghostscript.scm')
| -rw-r--r-- | gnu/packages/ghostscript.scm | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm index 35e637648c1..ca522e52abe 100644 --- a/gnu/packages/ghostscript.scm +++ b/gnu/packages/ghostscript.scm | |||
| @@ -88,7 +88,7 @@ Consortium standard (ICC), approved as ISO 15076-1.") | |||
| 88 | "0zhcx67afb6b5r936w5jmaydj3ks8zh83n9rm5sv3m3k8q8jib1q")))) | 88 | "0zhcx67afb6b5r936w5jmaydj3ks8zh83n9rm5sv3m3k8q8jib1q")))) |
| 89 | (build-system gnu-build-system) | 89 | (build-system gnu-build-system) |
| 90 | (native-inputs | 90 | (native-inputs |
| 91 | `(("automake" ,automake))) ; For up to date 'config.guess' and 'config.sub'. | 91 | (list automake)) ; For up to date 'config.guess' and 'config.sub'. |
| 92 | (arguments | 92 | (arguments |
| 93 | `(#:configure-flags '("--disable-static") | 93 | `(#:configure-flags '("--disable-static") |
| 94 | #:phases | 94 | #:phases |
| @@ -124,7 +124,7 @@ paper size.") | |||
| 124 | (sha256 (base32 | 124 | (sha256 (base32 |
| 125 | "1r4ab1fvgganm02kmm70b2r1azwzbav2am41gbigpa2bb1wynlrq")))) | 125 | "1r4ab1fvgganm02kmm70b2r1azwzbav2am41gbigpa2bb1wynlrq")))) |
| 126 | (build-system gnu-build-system) | 126 | (build-system gnu-build-system) |
| 127 | (inputs `(("perl" ,perl))) | 127 | (inputs (list perl)) |
| 128 | (arguments | 128 | (arguments |
| 129 | `(#:tests? #f ; none provided | 129 | `(#:tests? #f ; none provided |
| 130 | #:phases | 130 | #:phases |
| @@ -314,9 +314,7 @@ output file formats and printers.") | |||
| 314 | (source (package-source ghostscript)) | 314 | (source (package-source ghostscript)) |
| 315 | (build-system gnu-build-system) | 315 | (build-system gnu-build-system) |
| 316 | (native-inputs | 316 | (native-inputs |
| 317 | `(("libtool" ,libtool) | 317 | (list libtool automake autoconf)) |
| 318 | ("automake" ,automake) | ||
| 319 | ("autoconf" ,autoconf))) | ||
| 320 | (arguments | 318 | (arguments |
| 321 | `(#:phases | 319 | `(#:phases |
| 322 | (modify-phases %standard-phases | 320 | (modify-phases %standard-phases |
| @@ -399,8 +397,8 @@ Ghostscript. It currently includes the 35 standard PostScript fonts.") | |||
| 399 | (base32 | 397 | (base32 |
| 400 | "1vgvxp77d5d9chhx4i9cv9hifw4x10jgw6aw8l2v90dgnm99rbj9")))) | 398 | "1vgvxp77d5d9chhx4i9cv9hifw4x10jgw6aw8l2v90dgnm99rbj9")))) |
| 401 | (build-system gnu-build-system) | 399 | (build-system gnu-build-system) |
| 402 | (inputs `(("ghostscript" ,ghostscript))) | 400 | (inputs (list ghostscript)) |
| 403 | (native-inputs `(("pkg-config" ,pkg-config))) | 401 | (native-inputs (list pkg-config)) |
| 404 | (synopsis "Postscript rendering library") | 402 | (synopsis "Postscript rendering library") |
| 405 | (description | 403 | (description |
| 406 | "libspectre is a small library for rendering Postscript documents. | 404 | "libspectre is a small library for rendering Postscript documents. |
