clementine: Added gst-libav plugin
Fixes regression introduced in 0322f66307286f5377d4479938ed57fadaf8425a 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 {
|
clementine = callPackage ../applications/audio/clementine {
|
||||||
boost = boost155;
|
boost = boost155;
|
||||||
gst_plugins =
|
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;
|
clementineFree = clementine.free;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user