matplotlib: add numpy to nativeBuildInputs to fix cross compilation (#237334)

This commit fixes cross compilation of matplotlib by adding numpy to
nativeBuildInputs.
This commit is contained in:
Adam Joseph 2023-06-12 15:47:25 +00:00 committed by GitHub
parent 3079a556f3
commit 143d234583
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,6 +116,7 @@ buildPythonPackage rec {
pkg-config
pybind11
setuptools-scm
numpy
];
buildInputs = [