strawberry: Add gst-libav dependency

Strawberry cannot play ALAC files, adding the gst-libav dependency fixes this.
main
ElXreno 2 years ago committed by Peter Hoeg
parent 9e6887b3e5
commit c10c8912ee
  1. 1
      pkgs/applications/audio/strawberry/default.nix

@ -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

Loading…
Cancel
Save