mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
Mentioning GTK-2.18 in all-packages
svn path=/nixpkgs/trunk/; revision=17502
This commit is contained in:
parent
164b8b8841
commit
c1839b1d32
@ -3396,6 +3396,13 @@ let
|
||||
xineramaSupport = true;
|
||||
};
|
||||
|
||||
gtkLibs218 = import ../development/libraries/gtk-libs/2.18 {
|
||||
inherit fetchurl stdenv pkgconfig gettext perl x11 jasper
|
||||
libtiff libjpeg libpng cairo libsigcxx cairomm;
|
||||
inherit (xlibs) libXinerama libXrandr;
|
||||
xineramaSupport = true;
|
||||
};
|
||||
|
||||
gtkmozembedsharp = import ../development/libraries/gtkmozembed-sharp {
|
||||
inherit fetchurl stdenv mono pkgconfig monoDLLFixer;
|
||||
inherit (gnome) gtk;
|
||||
|
Loading…
Reference in New Issue
Block a user