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:
@@ -116,6 +116,7 @@ buildPythonPackage rec {
|
||||
pkg-config
|
||||
pybind11
|
||||
setuptools-scm
|
||||
numpy
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user