mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
0e11254000
commit
afc75310d7
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ (define (wrap prog)
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue