mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: emacs: Switch to GTK+ 3.
Suggested by Federico Beffa <beffa@ieee.org>. * gnu/packages/emacs.scm (emacs): Switch to GTK+ 3.
This commit is contained in:
parent
46025e94cd
commit
0a9e9a6311
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ (define-public emacs
|
||||||
|
|
||||||
;; TODO: Add the optional dependencies.
|
;; TODO: Add the optional dependencies.
|
||||||
("xlibs" ,libx11)
|
("xlibs" ,libx11)
|
||||||
("gtk+" ,gtk+-2)
|
("gtk+" ,gtk+)
|
||||||
("libXft" ,libxft)
|
("libXft" ,libxft)
|
||||||
("libtiff" ,libtiff)
|
("libtiff" ,libtiff)
|
||||||
("giflib" ,giflib)
|
("giflib" ,giflib)
|
||||||
|
|
Loading…
Reference in a new issue