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

* mpDris2: add mutagen for cover art support

* mpdris2: move mutagen to `pythonPath`

authored by Casey Rodarmor and committed by Jörg Thalheim a3103fb4 3584f1d6

+2 -2
+2 -2
pkgs/tools/audio/mpdris2/default.nix
··· 16 ''; 17 18 buildInputs = [ intltool autoreconfHook pythonPackages.wrapPython ]; 19 - propagatedBuildInputs = with pythonPackages; [ python pygtk dbus-python ]; 20 - pythonPath = with pythonPackages; [ mpd pygtk dbus-python notify ]; 21 postInstall = "wrapPythonPrograms"; 22 23 meta = with stdenv.lib; {
··· 16 ''; 17 18 buildInputs = [ intltool autoreconfHook pythonPackages.wrapPython ]; 19 + propagatedBuildInputs = with pythonPackages; [ python pygtk dbus-python ]; 20 + pythonPath = with pythonPackages; [ mpd pygtk dbus-python notify mutagen ]; 21 postInstall = "wrapPythonPrograms"; 22 23 meta = with stdenv.lib; {