efraim pushed a commit to branch core-updates
in repository guix.
commit 9bb98f6425f2d9bd45a7dd432b2480e5a8cb7306
Author: Efraim Flashner <[email protected]>
Date: Sun Jul 15 11:21:47 2018 +0300
gnu: lcms: Use libjpeg.
* gnu/packages/ghostscript.scm (lcms)[inputs]: Replace libpjeg@8 with
libjpeg.
---
gnu/packages/ghostscript.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm
index 0a6043b..49e035f 100644
--- a/gnu/packages/ghostscript.scm
+++ b/gnu/packages/ghostscript.scm
@@ -4,7 +4,7 @@
;;; Copyright © 2015 Ricardo Wurmus <[email protected]>
;;; Copyright © 2013, 2015, 2016, 2017 Ludovic Courtès <[email protected]>
;;; Copyright © 2017 Alex Vong <[email protected]>
-;;; Copyright © 2017 Efraim Flashner <[email protected]>
+;;; Copyright © 2017, 2018 Efraim Flashner <[email protected]>
;;; Copyright © 2017 Leo Famulari <[email protected]>
;;; Copyright © 2018 Tobias Geerinckx-Rice <[email protected]>
;;;
@@ -52,7 +52,7 @@
(sha256 (base32
"083xisy6z01zhm7p7rgk4bx9d6zlr8l20qkfv1g29ylnhgwzvij8"))))
(build-system gnu-build-system)
- (inputs `(("libjpeg-8" ,libjpeg-8)
+ (inputs `(("libjpeg" ,libjpeg)
("libtiff" ,libtiff)
("zlib" ,zlib)))
(synopsis "Little CMS, a small-footprint colour management engine")