quodlibet: fix python3.13 build
This commit is contained in:
@@ -118,7 +118,8 @@ python3.pkgs.buildPythonApplication {
|
||||
++ lib.optionals withMusicBrainzNgs [ musicbrainzngs ]
|
||||
++ lib.optionals withPahoMqtt [ paho-mqtt ]
|
||||
++ lib.optionals withPypresence [ pypresence ]
|
||||
++ lib.optionals withSoco [ soco ];
|
||||
++ lib.optionals withSoco [ soco ]
|
||||
++ lib.optionals (pythonAtLeast "3.13") [ standard-telnetlib ];
|
||||
|
||||
nativeCheckInputs =
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user