gnu: openimageio: Use libjpeg@9.

* gnu/packages/graphics.scm (openimageio)[inputs]: Replace libjpeg@8
with libjpeg.
master
Efraim Flashner 2018-07-15 22:40:24 +03:00
parent 1cd968e854
commit 0998278519
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

@ -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)