mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 12:53:54 +00:00
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:
parent
c756b29b4e
commit
9e0678b571
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user