From 3aeaac6b8e65aa1561b32067c6946b052d633eed Mon Sep 17 00:00:00 2001 From: qbisi Date: Mon, 21 Oct 2024 07:21:08 +0800 Subject: [PATCH] nwchem: replace nativeCheckInputs with nativeInstallCheckInputs --- pkgs/applications/science/chemistry/nwchem/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/science/chemistry/nwchem/default.nix b/pkgs/applications/science/chemistry/nwchem/default.nix index fb24f903f522..8ea4d96a2a25 100644 --- a/pkgs/applications/science/chemistry/nwchem/default.nix +++ b/pkgs/applications/science/chemistry/nwchem/default.nix @@ -195,7 +195,7 @@ stdenv.mkDerivation rec { doCheck = false; doInstallCheck = true; - nativeCheckInputs = [ mpiCheckPhaseHook ]; + nativeInstallCheckInputs = [ mpiCheckPhaseHook ]; installCheckPhase = '' runHook preInstallCheck