Merge pull request #325874 from toastal/displaycal-py311

displaycal: pin to python311
This commit is contained in:
Aleksana 2024-07-11 13:29:20 +08:00 committed by GitHub
commit 34655336be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
{ lib
, python3
, python311
, fetchPypi
, wrapGAppsHook3
, gtk3
@ -8,7 +8,8 @@
, argyllcms
}:
python3.pkgs.buildPythonApplication rec {
# wxPython-4.2.1 requires python < 3.12
python311.pkgs.buildPythonApplication rec {
pname = "displaycal";
version = "3.9.12";
format = "setuptools";
@ -24,7 +25,7 @@ python3.pkgs.buildPythonApplication rec {
gtk3
];
propagatedBuildInputs = with python3.pkgs; [
propagatedBuildInputs = with python311.pkgs; [
build
certifi
wxpython