playonlinux: pin Python version to 3.12 (#509299)
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
mesa-demos,
|
||||
netcat-gnu,
|
||||
p7zip,
|
||||
python3,
|
||||
python312,
|
||||
unzip,
|
||||
wget,
|
||||
wine,
|
||||
@@ -70,7 +70,7 @@ let
|
||||
libGL
|
||||
];
|
||||
|
||||
python = python3.withPackages (
|
||||
python = python312.withPackages (
|
||||
ps: with ps; [
|
||||
wxpython
|
||||
setuptools
|
||||
|
||||
Reference in New Issue
Block a user