diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-07-15 22:40:24 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-07-15 22:59:26 +0300 |
commit | 0998278519d6960261b006dd0cbf05ce25fec354 (patch) | |
tree | 5b0c3d1b3e848afabcf034556c71026bab807ff2 /gnu/packages/graphics.scm | |
parent | 1cd968e8549ab13a716e8b0c4a946276a2239eaa (diff) | |
download | patches-0998278519d6960261b006dd0cbf05ce25fec354.tar patches-0998278519d6960261b006dd0cbf05ce25fec354.tar.gz |
gnu: openimageio: Use libjpeg@9.
* gnu/packages/graphics.scm (openimageio)[inputs]: Replace libjpeg@8
with libjpeg.
Diffstat (limited to 'gnu/packages/graphics.scm')
-rw-r--r-- | gnu/packages/graphics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index 1b59ff3fc3..243814c14d 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) |