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

* mpDris2: add mutagen for cover art support

* mpdris2: move mutagen to `pythonPath`
wip/yesman
Casey Rodarmor 7 years ago committed by Jörg Thalheim
parent 3584f1d6d4
commit a3103fb406
  1. 4
      pkgs/tools/audio/mpdris2/default.nix

@ -16,8 +16,8 @@ stdenv.mkDerivation rec {
'';
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; {

Loading…
Cancel
Save