guix-commits
[Top][All Lists]
Advanced

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

09/10: gnu: openimageio: Use address@hidden


From: Efraim Flashner
Subject: 09/10: gnu: openimageio: Use address@hidden
Date: Sun, 15 Jul 2018 16:11:37 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 0998278519d6960261b006dd0cbf05ce25fec354
Author: Efraim Flashner <address@hidden>
Date:   Sun Jul 15 22:40:24 2018 +0300

    gnu: openimageio: Use address@hidden
    
    * gnu/packages/graphics.scm (openimageio)[inputs]: Replace address@hidden
    with libjpeg.
---
 gnu/packages/graphics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index 1b59ff3..243814c 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -391,7 +391,7 @@ storage of the \"EXR\" file format for storing 16-bit 
floating-point images.")
     (inputs
      `(("boost" ,boost)
        ("libpng" ,libpng)
-       ("libjpeg" ,libjpeg-8)
+       ("libjpeg" ,libjpeg)
        ("libtiff" ,libtiff)
        ("giflib" ,giflib)
        ("openexr" ,openexr)



reply via email to

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