python3Packages.matplotlib: fix 64 bit -> 32 bit cross (#511517)

This commit is contained in:
Doron Behar
2026-08-16 03:59:52 +00:00
committed by GitHub

View File

@@ -110,6 +110,7 @@ buildPythonPackage (finalAttrs: {
ffmpeg-headless
freetype
qhull
pybind11
libraqm
]
++ lib.optionals enableGtk3 [
@@ -123,7 +124,6 @@ buildPythonPackage (finalAttrs: {
build-system = [
certifi
numpy
pybind11
meson-python
setuptools-scm
];