Switch to GTK+ 2.16.

svn path=/nixpkgs/branches/stdenv-updates/; revision=15080
This commit is contained in:
Ludovic Courtès 2009-04-16 10:19:49 +00:00
parent 93e56fc27c
commit 2375e23417

View file

@ -3130,7 +3130,7 @@ let
inherit fetchurl stdenv;
};
gtkLibs = recurseIntoAttrs gtkLibs214;
gtkLibs = recurseIntoAttrs gtkLibs216;
gtkLibs1x = import ../development/libraries/gtk-libs/1.x {
inherit fetchurl stdenv x11 libtiff libjpeg libpng;