From dac0cee4b760a8e8a02104e586fbff2021f67fe1 Mon Sep 17 00:00:00 2001 From: matthewcroughan Date: Sat, 15 Aug 2026 01:08:19 +0100 Subject: [PATCH] python3Packages.matplotlib: fix 64 bit -> 32 bit cross --- pkgs/development/python-modules/matplotlib/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/matplotlib/default.nix b/pkgs/development/python-modules/matplotlib/default.nix index eb6e218d354c..ca9677848d91 100644 --- a/pkgs/development/python-modules/matplotlib/default.nix +++ b/pkgs/development/python-modules/matplotlib/default.nix @@ -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 ];