Revert "wxGTK: temporarily disable gstreamer support"
This reverts commit 9b187c0be1.
Orbit should work again, thanks to @MarcWeber.
This commit is contained in:
@@ -5138,14 +5138,12 @@ let
|
|||||||
wxGTK = wxGTK28;
|
wxGTK = wxGTK28;
|
||||||
|
|
||||||
wxGTK28 = callPackage ../development/libraries/wxGTK-2.8 {
|
wxGTK28 = callPackage ../development/libraries/wxGTK-2.8 {
|
||||||
#inherit (gnome) GConf; # disable gstreamer until orbit gets fixed for new glib
|
inherit (gnome) GConf;
|
||||||
GConf = null; gstreamer = null; gst_plugins_base = null;
|
|
||||||
withMesa = lib.elem system lib.platforms.mesaPlatforms;
|
withMesa = lib.elem system lib.platforms.mesaPlatforms;
|
||||||
};
|
};
|
||||||
|
|
||||||
wxGTK29 = callPackage ../development/libraries/wxGTK-2.9/default.nix {
|
wxGTK29 = callPackage ../development/libraries/wxGTK-2.9/default.nix {
|
||||||
#inherit (gnome) GConf; # disable gstreamer until orbit gets fixed for new glib
|
inherit (gnome) GConf;
|
||||||
GConf = null; gstreamer = null; gst_plugins_base = null;
|
|
||||||
withMesa = lib.elem system lib.platforms.mesaPlatforms;
|
withMesa = lib.elem system lib.platforms.mesaPlatforms;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user