forked from mirrors/nixpkgs
add gtkLibs 2.10. This is not yet the default.
svn path=/nixpkgs/trunk/; revision=5576
This commit is contained in:
parent
4b24c008d7
commit
02b9ed18be
|
@ -1186,6 +1186,13 @@ rec {
|
|||
|
||||
gtkLibs = recurseIntoAttrs gtkLibs28;
|
||||
|
||||
gtkLibs210 = import ../development/libraries/gtk-libs-2.10 {
|
||||
inherit fetchurl stdenv pkgconfig gettext perl x11
|
||||
libtiff libjpeg libpng cairo;
|
||||
inherit (xlibs) libXinerama libXrandr;
|
||||
xineramaSupport = true;
|
||||
};
|
||||
|
||||
gtkLibs28 = import ../development/libraries/gtk-libs-2.8 {
|
||||
inherit fetchurl stdenv pkgconfig gettext perl x11
|
||||
libtiff libjpeg libpng cairo;
|
||||
|
|
Loading…
Reference in a new issue