guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: ijs: Update to 9.21.0 and inherit from ghostscript.


From: Leo Famulari
Subject: 03/03: gnu: ijs: Update to 9.21.0 and inherit from ghostscript.
Date: Fri, 2 Jun 2017 14:14:42 -0400 (EDT)

lfam pushed a commit to branch core-updates
in repository guix.

commit 55af10fb987ce96966850da08f8f8d12691dee63
Author: Leo Famulari <address@hidden>
Date:   Mon May 29 04:43:21 2017 -0400

    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.
---
 gnu/packages/ghostscript.scm | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm
index 32c2b44..e0ae9ba 100644
--- a/gnu/packages/ghostscript.scm
+++ b/gnu/packages/ghostscript.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]