gnu: emacs: Build with libjpeg@9.

* gnu/packages/emacs.scm (emacs)[inputs]: Replace libjpeg@8 with
libjpeg.
master
Efraim Flashner 2018-07-15 21:33:49 +03:00
parent 2c6f0438d8
commit 71e304ed28
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@
("libxft" ,libxft)
("libtiff" ,libtiff)
("giflib" ,giflib)
("libjpeg" ,libjpeg-8)
("libjpeg" ,libjpeg)
("imagemagick" ,imagemagick)
("acl" ,acl)