Making wxGTK28 use gtkLibs instead of the older gtkLibs218 (this gave trouble

when linking wxGTK28 programs with other glib based things like gstreamer, ...)

svn path=/nixpkgs/trunk/; revision=24117
This commit is contained in:
Lluís Batlle i Rossell 2010-10-06 15:32:25 +00:00
parent 6abc00fb67
commit b7ce93bfc4

View File

@ -3879,7 +3879,7 @@ let
};
wxGTK28 = callPackage ../development/libraries/wxGTK-2.8 {
inherit (gtkLibs216) gtk;
inherit (gtkLibs) gtk;
};
wtk = callPackage ../development/libraries/wtk { };