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.
This commit is contained in:
parent
1c09eb9948
commit
55af10fb98
|
@ -233,13 +233,8 @@ output file formats and printers.")
|
||||||
(define-public ijs
|
(define-public ijs
|
||||||
(package
|
(package
|
||||||
(name "ijs")
|
(name "ijs")
|
||||||
(version "9.14.0")
|
(version (package-version ghostscript))
|
||||||
(source (origin
|
(source (package-source ghostscript))
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append "mirror://gnu/ghostscript/gnu-ghostscript-"
|
|
||||||
version ".tar.xz"))
|
|
||||||
(sha256 (base32
|
|
||||||
"0q4jj41p0qbr4mgcc9q78f5zs8cm1g57wgryhsm2yq4lfslm3ib1"))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("libtool" ,libtool)
|
`(("libtool" ,libtool)
|
||||||
|
@ -269,7 +264,7 @@ output file formats and printers.")
|
||||||
provides the reference implementation of the raster printer driver
|
provides the reference implementation of the raster printer driver
|
||||||
architecture.")
|
architecture.")
|
||||||
(license license:expat)
|
(license license:expat)
|
||||||
(home-page "https://www.gnu.org/software/ghostscript/")))
|
(home-page (package-home-page ghostscript))))
|
||||||
|
|
||||||
(define-public gs-fonts
|
(define-public gs-fonts
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue