mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: openimageio: Use libjpeg@9.
* gnu/packages/graphics.scm (openimageio)[inputs]: Replace libjpeg@8 with libjpeg.
This commit is contained in:
parent
1cd968e854
commit
0998278519
1 changed files with 1 additions and 1 deletions
|
@ -391,7 +391,7 @@ (define-public openimageio
|
|||
(inputs
|
||||
`(("boost" ,boost)
|
||||
("libpng" ,libpng)
|
||||
("libjpeg" ,libjpeg-8)
|
||||
("libjpeg" ,libjpeg)
|
||||
("libtiff" ,libtiff)
|
||||
("giflib" ,giflib)
|
||||
("openexr" ,openexr)
|
||||
|
|
Loading…
Reference in a new issue