diff options
-rw-r--r-- | gnu/packages/scheme.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm index 1351e1a4bb..0608c41a2f 100644 --- a/gnu/packages/scheme.scm +++ b/gnu/packages/scheme.scm @@ -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 |