picard: fix build by switching to Python 3.11
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, python3Packages
|
# 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
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
|
|
||||||
, chromaprint
|
, chromaprint
|
||||||
@@ -11,7 +13,7 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
pythonPackages = python3Packages;
|
pythonPackages = python311Packages;
|
||||||
pyqt5 =
|
pyqt5 =
|
||||||
if enablePlayback then
|
if enablePlayback then
|
||||||
pythonPackages.pyqt5-multimedia
|
pythonPackages.pyqt5-multimedia
|
||||||
|
|||||||
Reference in New Issue
Block a user