gnu: emacs: Build with libjpeg@9.

* gnu/packages/emacs.scm (emacs)[inputs]: Replace libjpeg@8 with
libjpeg.
This commit is contained in:
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

View file

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