lol

gnome.gnome-control-center: fix crash in Mouse panel

The Mouse panel uses GtkPicture to display VP9-encoded webm clips.
Without GStreamer, the panel would crash with:

ERROR: GstPlay: 'playbin' element not found, please check your setup

Fixes: https://github.com/NixOS/nixpkgs/issues/253928

authored by

Corey O'Connor and committed by
Jan Tojnar
5fa6b403 70ccb0de

+6 -1
+6 -1
pkgs/desktops/gnome/core/gnome-control-center/default.nix
··· 23 23 , gnome 24 24 , gsettings-desktop-schemas 25 25 , gsound 26 + , gst_all_1 26 27 , gtk4 27 28 , ibus 28 29 , libgnomekbd ··· 134 135 tracker-miners # for search locations dialog 135 136 udisks2 136 137 upower 137 - ]; 138 + ] ++ (with gst_all_1; [ 139 + # For animations in Mouse panel. 140 + gst-plugins-base 141 + gst-plugins-good 142 + ]); 138 143 139 144 preConfigure = '' 140 145 # For ITS rules