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:
Ludovic Courtès 2014-09-20 14:49:20 +02:00
parent 46025e94cd
commit 0a9e9a6311

View file

@ -79,7 +79,7 @@ (define-public emacs
;; TODO: Add the optional dependencies.
("xlibs" ,libx11)
("gtk+" ,gtk+-2)
("gtk+" ,gtk+)
("libXft" ,libxft)
("libtiff" ,libtiff)
("giflib" ,giflib)