trackma: switch to pydbus for MPRIS tracker
Trackma uses pydbus since v0.8.5: https://github.com/z411/trackma/releases/tag/v0.8.5 https://github.com/z411/trackma/pull/529
This commit is contained in:
parent
ec10e13024
commit
ca34abab70
@ -42,9 +42,9 @@ python3.pkgs.buildPythonApplication rec {
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; ([ urllib3 ]
|
||||
++ lib.optionals withQT [ pyqt5 ]
|
||||
++ lib.optionals withGTK [ pycairo ]
|
||||
++ lib.optionals withGTK [ pycairo pygobject3 ]
|
||||
++ lib.optionals withCurses [ urwid ]
|
||||
++ lib.optionals stdenv.isLinux [ dbus-python pygobject3 pyinotify ]
|
||||
++ lib.optionals stdenv.isLinux [ pydbus pyinotify ]
|
||||
++ lib.optionals (withGTK || withQT) [ pillow ]);
|
||||
|
||||
dontWrapQtApps = true;
|
||||
|
Loading…
Reference in New Issue
Block a user