mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 10:34:54 +00:00
Merge pull request #325874 from toastal/displaycal-py311
displaycal: pin to python311
This commit is contained in:
commit
34655336be
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user