quodlibet: Add WMA support

The issue already popped up with rhythmbox and this is the application of
 the solution from https://github.com/NixOS/nixpkgs/pull/130118/files

Related to NixOS/nixpkgs#204695
This commit is contained in:
LoveIsGrief 2022-12-06 20:12:39 +01:00
parent 7a58092d48
commit 2b191a3bd4
No known key found for this signature in database
GPG key ID: E96D1EDFA05345EB

View file

@ -97,6 +97,7 @@ python3.pkgs.buildPythonApplication rec {
gst-plugins-base
gstreamer
] ++ lib.optionals (withGstPlugins) [
gst-libav
gst-plugins-bad
gst-plugins-good
gst-plugins-ugly