quodlibet: remove pyobjc as dependency
because its python 2 only and quodlibet uses python3
This commit is contained in:
parent
95d4d48e57
commit
a55da781d7
@ -30,7 +30,6 @@ python3.pkgs.buildPythonApplication rec {
|
||||
++ optionals withDbusPython [ dbus-python ]
|
||||
++ optionals withPyInotify [ pyinotify ]
|
||||
++ optionals withMusicBrainzNgs [ musicbrainzngs ]
|
||||
++ optionals stdenv.isDarwin [ pyobjc ]
|
||||
++ optionals withPahoMqtt [ paho-mqtt ];
|
||||
|
||||
LC_ALL = "en_US.UTF-8";
|
||||
|
Loading…
Reference in New Issue
Block a user