mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
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 withDbusPython [ dbus-python ]
|
||||||
++ optionals withPyInotify [ pyinotify ]
|
++ optionals withPyInotify [ pyinotify ]
|
||||||
++ optionals withMusicBrainzNgs [ musicbrainzngs ]
|
++ optionals withMusicBrainzNgs [ musicbrainzngs ]
|
||||||
++ optionals stdenv.isDarwin [ pyobjc ]
|
|
||||||
++ optionals withPahoMqtt [ paho-mqtt ];
|
++ optionals withPahoMqtt [ paho-mqtt ];
|
||||||
|
|
||||||
LC_ALL = "en_US.UTF-8";
|
LC_ALL = "en_US.UTF-8";
|
||||||
|
Loading…
Reference in New Issue
Block a user