netgen: move python3Packages.pybind11 to buildInputs

This commit is contained in:
qbisi
2025-09-04 09:05:36 +08:00
parent ff447bfe52
commit c22962c6ef
+1 -1
View File
@@ -114,11 +114,11 @@ stdenv.mkDerivation (finalAttrs: {
libjpeg
ffmpeg
mpi
python3Packages.pybind11
];
propagatedBuildInputs = with python3Packages; [
packaging
pybind11
mpi4py
numpy
];