Commit 4e3d543f authored by qbisi's avatar qbisi
Browse files

netgen: move pythonImportsCheckHook to nativeBuildInputs

parent 63f46bf7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -100,6 +100,7 @@ stdenv.mkDerivation (finalAttrs: {
    imagemagick
    cmake
    python3Packages.pybind11-stubgen
    python3Packages.pythonImportsCheckHook
  ] ++ lib.optional stdenv.hostPlatform.isLinux copyDesktopItems;

  buildInputs = [
@@ -194,7 +195,6 @@ stdenv.mkDerivation (finalAttrs: {
    python3Packages.pytest
    python3Packages.pytest-check
    python3Packages.pytest-mpi
    python3Packages.pythonImportsCheckHook
    mpiCheckPhaseHook
  ];