mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
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 {
|
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…
Reference in New Issue
Block a user