Commit 3aeaac6b authored by qbisi's avatar qbisi
Browse files

nwchem: replace nativeCheckInputs with nativeInstallCheckInputs

parent 161892e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -195,7 +195,7 @@ stdenv.mkDerivation rec {
  doCheck = false;

  doInstallCheck = true;
  nativeCheckInputs = [ mpiCheckPhaseHook ];
  nativeInstallCheckInputs = [ mpiCheckPhaseHook ];
  installCheckPhase = ''
    runHook preInstallCheck