mpDris2: add mutagen for cover art support (#28063)
* mpDris2: add mutagen for cover art support * mpdris2: move mutagen to `pythonPath`
This commit is contained in:
parent
3584f1d6d4
commit
a3103fb406
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ intltool autoreconfHook pythonPackages.wrapPython ];
|
||||
propagatedBuildInputs = with pythonPackages; [ python pygtk dbus-python ];
|
||||
pythonPath = with pythonPackages; [ mpd pygtk dbus-python notify ];
|
||||
pythonPath = with pythonPackages; [ mpd pygtk dbus-python notify mutagen ];
|
||||
postInstall = "wrapPythonPrograms";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
x
Reference in New Issue
Block a user