gnome.sushi: Fix video previews
GStreamer was missing gtksink element. Fixes: https://github.com/NixOS/nixpkgs/issues/182542
This commit is contained in:
parent
f0f161e287
commit
79abc2a487
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
|
|||
libepoxy
|
||||
gst_all_1.gstreamer
|
||||
gst_all_1.gst-plugins-base
|
||||
gst_all_1.gst-plugins-good
|
||||
(gst_all_1.gst-plugins-good.override { gtkSupport = true; })
|
||||
gst_all_1.gst-plugins-bad
|
||||
gst_all_1.gst-plugins-ugly
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue