nwchem: replace nativeCheckInputs with nativeInstallCheckInputs

This commit is contained in:
qbisi
2024-10-21 07:21:08 +08:00
parent 161892e932
commit 3aeaac6b8e
@@ -195,7 +195,7 @@ stdenv.mkDerivation rec {
doCheck = false;
doInstallCheck = true;
nativeCheckInputs = [ mpiCheckPhaseHook ];
nativeInstallCheckInputs = [ mpiCheckPhaseHook ];
installCheckPhase = ''
runHook preInstallCheck