quodlibet: fix python3.13 build

This commit is contained in:
Amadej Kastelic
2025-06-21 09:20:19 +02:00
parent 003b782cf0
commit b2fb85da54
@@ -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 =
[