mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
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
@ -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 New Issue
Block a user