mat2: use python312 (#436581)

dotlambda 36afa211 c0df5b70

Changed files
+9 -2
pkgs
by-name
ma
top-level
+9
pkgs/by-name/ma/mat2/package.nix
···
+
{
+
# On Python 3.13, `tests/test_libmat2.py::TestCleaning::test_html` fails with
+
#
+
# ValueError: The closing tag title doesn't have a corresponding opening one in ./tests/data/clean.html.
+
python312Packages,
+
}:
+
+
with python312Packages;
+
toPythonApplication mat2
-2
pkgs/top-level/all-packages.nix
···
maliit-keyboard = libsForQt5.callPackage ../applications/misc/maliit-keyboard { };
-
mat2 = with python3.pkgs; toPythonApplication mat2;
-
materialx = with python3Packages; toPythonApplication materialx;
# while building documentation meson may want to run binaries for host