Merge pull request #31033 from LumiGuide/fix-clementine-m4a

clementine: Added gst-libav plugin
This commit is contained in:
Jörg Thalheim 2017-11-02 19:03:59 +00:00 committed by GitHub
commit 4d7c34fb33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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