From 2b191a3bd4f96d2aec1f901d585c83b1c378a632 Mon Sep 17 00:00:00 2001 From: LoveIsGrief Date: Tue, 6 Dec 2022 20:12:39 +0100 Subject: [PATCH] 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 --- pkgs/applications/audio/quodlibet/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/audio/quodlibet/default.nix b/pkgs/applications/audio/quodlibet/default.nix index aacc584c5b8..b57f4a4986c 100644 --- a/pkgs/applications/audio/quodlibet/default.nix +++ b/pkgs/applications/audio/quodlibet/default.nix @@ -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