diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 1a360809b9d6..10f71a834ae1 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -5138,14 +5138,12 @@ let wxGTK = wxGTK28; wxGTK28 = callPackage ../development/libraries/wxGTK-2.8 { - #inherit (gnome) GConf; # disable gstreamer until orbit gets fixed for new glib - GConf = null; gstreamer = null; gst_plugins_base = null; + inherit (gnome) GConf; withMesa = lib.elem system lib.platforms.mesaPlatforms; }; wxGTK29 = callPackage ../development/libraries/wxGTK-2.9/default.nix { - #inherit (gnome) GConf; # disable gstreamer until orbit gets fixed for new glib - GConf = null; gstreamer = null; gst_plugins_base = null; + inherit (gnome) GConf; withMesa = lib.elem system lib.platforms.mesaPlatforms; };