From 143d234583aa22d5e28bf07f93623d1af498f4a8 Mon Sep 17 00:00:00 2001 From: Adam Joseph <54836058+amjoseph-nixpkgs@users.noreply.github.com> Date: Mon, 12 Jun 2023 15:47:25 +0000 Subject: [PATCH] matplotlib: add numpy to nativeBuildInputs to fix cross compilation (#237334) This commit fixes cross compilation of matplotlib by adding numpy to nativeBuildInputs. --- pkgs/development/python-modules/matplotlib/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/matplotlib/default.nix b/pkgs/development/python-modules/matplotlib/default.nix index d71b9cce7af9..b35d6ec4a0a2 100644 --- a/pkgs/development/python-modules/matplotlib/default.nix +++ b/pkgs/development/python-modules/matplotlib/default.nix @@ -116,6 +116,7 @@ buildPythonPackage rec { pkg-config pybind11 setuptools-scm + numpy ]; buildInputs = [