apostrophe: pin to python 3.12

This commit is contained in:
aleksana 2025-06-27 16:32:48 +08:00 committed by sternenseemann
parent ad46371dd0
commit 2a0d54f156

View File

@ -4,7 +4,7 @@
gtksourceview5, gtksourceview5,
libspelling, libspelling,
fetchFromGitHub, fetchFromGitHub,
python3Packages, python312Packages,
nodePackages, nodePackages,
meson, meson,
ninja, ninja,
@ -40,7 +40,10 @@ let
hash = "sha256-L6KVBw20K67lHT07Ws+ZC2DwdURahqyuyjAaK0kTgN0="; hash = "sha256-L6KVBw20K67lHT07Ws+ZC2DwdURahqyuyjAaK0kTgN0=";
}; };
in in
python3Packages.buildPythonApplication {
# Requires telnetlib, and possibly others
# Try to remove in subsequent updates
python312Packages.buildPythonApplication {
inherit version src; inherit version src;
pname = "apostrophe"; pname = "apostrophe";
pyproject = false; pyproject = false;
@ -80,7 +83,7 @@ python3Packages.buildPythonApplication {
webkitgtk_6_0 webkitgtk_6_0
]; ];
propagatedBuildInputs = with python3Packages; [ dependencies = with python312Packages; [
pygobject3 pygobject3
pypandoc pypandoc
chardet chardet