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
@ -16,8 +16,8 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [ intltool autoreconfHook pythonPackages.wrapPython ];
|
buildInputs = [ intltool autoreconfHook pythonPackages.wrapPython ];
|
||||||
propagatedBuildInputs = with pythonPackages; [ python pygtk dbus-python ];
|
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";
|
postInstall = "wrapPythonPrograms";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user