strawberry: Add gst-libav dependency

Strawberry cannot play ALAC files, adding the gst-libav dependency fixes this.
This commit is contained in:
ElXreno 2022-04-18 18:47:59 +03:00 committed by Peter Hoeg
parent 9e6887b3e5
commit c10c8912ee

View file

@ -72,6 +72,7 @@ mkDerivation rec {
] ++ lib.optionals withGstreamer (with gst_all_1; [
glib-networking
gstreamer
gst-libav
gst-plugins-base
gst-plugins-good
gst-plugins-bad