picard: switch back to Python 3.12

PR #325893 has reached `master` branch, so the pyqt5 issue with Python
3.12 is no longer an issue.
This commit is contained in:
Doron Behar 2024-08-16 18:46:21 +03:00
parent c756b29b4e
commit 9e0678b571

View File

@ -1,7 +1,5 @@
{ lib
# Python 3.12 demonstrates a peculiar segmentation fault with pyqt5. Using
# pyqt6 with Python 3.12 should work, but this is not released yet.
, python311Packages
, python312Packages
, fetchFromGitHub
, chromaprint
@ -13,7 +11,7 @@
}:
let
pythonPackages = python311Packages;
pythonPackages = python312Packages;
pyqt5 =
if enablePlayback then
pythonPackages.pyqt5-multimedia