mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: emacs: Build with libjpeg@9.
* gnu/packages/emacs.scm (emacs)[inputs]: Replace libjpeg@8 with libjpeg.
This commit is contained in:
parent
2c6f0438d8
commit
71e304ed28
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ (define-public emacs
|
|||
("libxft" ,libxft)
|
||||
("libtiff" ,libtiff)
|
||||
("giflib" ,giflib)
|
||||
("libjpeg" ,libjpeg-8)
|
||||
("libjpeg" ,libjpeg)
|
||||
("imagemagick" ,imagemagick)
|
||||
("acl" ,acl)
|
||||
|
||||
|
|
Loading…
Reference in a new issue