diff options
Diffstat (limited to 'gnu/packages/ghostscript.scm')
| -rw-r--r-- | gnu/packages/ghostscript.scm | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm index 6d32b420435..127256a28ef 100644 --- a/gnu/packages/ghostscript.scm +++ b/gnu/packages/ghostscript.scm | |||
| @@ -134,11 +134,12 @@ printing, and psresize, for adjusting page sizes.") | |||
| 134 | ("libpng" ,libpng) | 134 | ("libpng" ,libpng) |
| 135 | ("libpaper" ,libpaper) | 135 | ("libpaper" ,libpaper) |
| 136 | ("libtiff" ,libtiff) | 136 | ("libtiff" ,libtiff) |
| 137 | ("perl" ,perl) | ||
| 138 | ("pkg-config" ,pkg-config) ; needed to find libtiff | ||
| 139 | ("python" ,python-wrapper) | ||
| 140 | ("tcl" ,tcl) | ||
| 141 | ("zlib" ,zlib))) | 137 | ("zlib" ,zlib))) |
| 138 | (native-inputs | ||
| 139 | `(("perl" ,perl) | ||
| 140 | ("pkg-config" ,pkg-config) ; needed to find libtiff | ||
| 141 | ("python" ,python-wrapper) | ||
| 142 | ("tcl" ,tcl))) | ||
| 142 | (arguments | 143 | (arguments |
| 143 | `(#:phases | 144 | `(#:phases |
| 144 | (alist-replace | 145 | (alist-replace |
| @@ -225,8 +226,8 @@ Ghostscript. It currently includes the 35 standard PostScript fonts.") | |||
| 225 | (sha256 (base32 | 226 | (sha256 (base32 |
| 226 | "1v63lqc6bhhxwkpa43qmz8phqs8ci4dhzizyy16d3vkb20m846z8")))) | 227 | "1v63lqc6bhhxwkpa43qmz8phqs8ci4dhzizyy16d3vkb20m846z8")))) |
| 227 | (build-system gnu-build-system) | 228 | (build-system gnu-build-system) |
| 228 | (inputs `(("ghostscript" ,ghostscript) | 229 | (inputs `(("ghostscript" ,ghostscript))) |
| 229 | ("pkg-config" ,pkg-config))) | 230 | (native-inputs `(("pkg-config" ,pkg-config))) |
| 230 | (synopsis "postscript rendering library") | 231 | (synopsis "postscript rendering library") |
| 231 | (description | 232 | (description |
| 232 | "libspectre is a small library for rendering Postscript documents. | 233 | "libspectre is a small library for rendering Postscript documents. |
