mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
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:
parent
6abc00fb67
commit
b7ce93bfc4
@ -3879,7 +3879,7 @@ let
|
||||
};
|
||||
|
||||
wxGTK28 = callPackage ../development/libraries/wxGTK-2.8 {
|
||||
inherit (gtkLibs216) gtk;
|
||||
inherit (gtkLibs) gtk;
|
||||
};
|
||||
|
||||
wtk = callPackage ../development/libraries/wtk { };
|
||||
|
Loading…
Reference in New Issue
Block a user