strawberry: Add gstreamer-bad dependency

Add gstreamer-bad dependency to expand the set of supported formats when using the gstreamer backend (ex, AIFF).
This commit is contained in:
Alexandre Mazari 2022-01-10 21:00:05 +01:00 committed by Peter Hoeg
parent e978e3fde9
commit 8b01281b66

View File

@ -72,6 +72,7 @@ mkDerivation rec {
gstreamer
gst-plugins-base
gst-plugins-good
gst-plugins-bad
gst-plugins-ugly
]) ++ lib.optional withVlc libvlc;