Merge pull request #31033 from LumiGuide/fix-clementine-m4a
clementine: Added gst-libav plugin
This commit is contained in:
commit
4d7c34fb33
@ -1396,7 +1396,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