clementine: Added gst-libav plugin
Fixes regression introduced in 0322f66307
that made clementine unable
to play m4a files.
This commit is contained in:
parent
c912a8fdf3
commit
16bfe58552
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user