gnu: emacs: Switch to GTK+ 3.

Suggested by Federico Beffa <beffa@ieee.org>.

* gnu/packages/emacs.scm (emacs): Switch to GTK+ 3.
master
Ludovic Courtès 2014-09-20 14:49:20 +02:00
parent 46025e94cd
commit 0a9e9a6311
1 changed files with 1 additions and 1 deletions

View File

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