Commit 9e0678b5 authored by Doron Behar's avatar Doron Behar
Browse files

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.
parent c756b29b
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
{ 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