clementine: Added gst-libav plugin

Fixes regression introduced in 0322f66307 that made clementine unable
to play m4a files.
This commit is contained in:
Falco Peijnenburg 2017-10-31 12:13:39 +01:00
parent c912a8fdf3
commit 16bfe58552

View File

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