~ruther/guix-local

55af10fb987ce96966850da08f8f8d12691dee63 — Leo Famulari 8 years ago 1c09eb9
gnu: ijs: Update to 9.21.0 and inherit from ghostscript.

* gnu/packages/ghostscript.scm (ijs): Update to 9.21.0.
[source, version, home-page]: Inherit from ghostscript.
1 files changed, 3 insertions(+), 8 deletions(-)

M gnu/packages/ghostscript.scm
M gnu/packages/ghostscript.scm => gnu/packages/ghostscript.scm +3 -8
@@ 233,13 233,8 @@ output file formats and printers.")
(define-public ijs
  (package
   (name "ijs")
   (version "9.14.0")
   (source (origin
            (method url-fetch)
            (uri (string-append "mirror://gnu/ghostscript/gnu-ghostscript-"
                                version ".tar.xz"))
            (sha256 (base32
                     "0q4jj41p0qbr4mgcc9q78f5zs8cm1g57wgryhsm2yq4lfslm3ib1"))))
   (version (package-version ghostscript))
   (source (package-source ghostscript))
   (build-system gnu-build-system)
   (native-inputs
    `(("libtool"    ,libtool)


@@ 269,7 264,7 @@ output file formats and printers.")
provides the reference implementation of the raster printer driver
architecture.")
   (license license:expat)
   (home-page "https://www.gnu.org/software/ghostscript/")))
   (home-page (package-home-page ghostscript))))

(define-public gs-fonts
  (package