gnu: gimp: Use libjpeg@9.

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

View File

@ -154,7 +154,7 @@ buffers.")
("glib" ,glib)
("glib-networking" ,glib-networking)
("libtiff" ,libtiff)
("libjpeg" ,libjpeg-8)
("libjpeg" ,libjpeg)
("atk" ,atk)
("gexiv2" ,gexiv2)
("gtk+" ,gtk+-2)