Commit 16bfe585 authored by Falco Peijnenburg's avatar Falco Peijnenburg
Browse files

clementine: Added gst-libav plugin

Fixes regression introduced in 0322f663 that made clementine unable
to play m4a files.
parent c912a8fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1394,7 +1394,7 @@ with pkgs;
  clementine = callPackage ../applications/audio/clementine {
    boost = boost155;
    gst_plugins =
      with gst_all_1; [ gst-plugins-base gst-plugins-good gst-plugins-ugly ];
      with gst_all_1; [ gst-plugins-base gst-plugins-good gst-plugins-ugly gst-libav ];
  };
  clementineFree = clementine.free;