Unverified Commit 2b191a3b authored by LoveIsGrief's avatar LoveIsGrief
Browse files

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
parent 7a58092d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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