python3Packages.matplotlib: fix 64 bit -> 32 bit cross

This commit is contained in:
matthewcroughan
2026-08-15 01:08:19 +01:00
parent e1510706ec
commit dac0cee4b7

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
];