gnu: racket: Revert input from gtk+-3 to gtk+-2.

* gnu/packages/scheme.scm (racket): Revert input from gtk+-3 to gtk+-2.
This commit is contained in:
Andreas Enge 2013-10-02 13:03:29 +02:00
parent 0e11254000
commit afc75310d7
1 changed files with 1 additions and 1 deletions

View File

@ -402,7 +402,7 @@ implementation techniques and as an expository tool.")
("pango" ,pango)
("libjpeg" ,libjpeg-8)
("gdk-pixbuf" ,gdk-pixbuf)
("gtk" ,gtk+)))
("gtk" ,gtk+-2)))
(home-page "http://racket-lang.org")
(synopsis "Implementation of Scheme and related languages")
(description