mpDris2: add mutagen for cover art support (#28063)

* mpDris2: add mutagen for cover art support

* mpdris2: move mutagen to `pythonPath`

Changed files
+2 -2
pkgs
tools
audio
mpdris2
+2 -2
pkgs/tools/audio/mpdris2/default.nix
···
'';
buildInputs = [ intltool autoreconfHook pythonPackages.wrapPython ];
-
propagatedBuildInputs = with pythonPackages; [ python pygtk dbus-python ];
-
pythonPath = with pythonPackages; [ mpd pygtk dbus-python notify ];
+
propagatedBuildInputs = with pythonPackages; [ python pygtk dbus-python ];
+
pythonPath = with pythonPackages; [ mpd pygtk dbus-python notify mutagen ];
postInstall = "wrapPythonPrograms";
meta = with stdenv.lib; {