From 0bf38e0ff60749528391ac8ac755930c1a9b7564 Mon Sep 17 00:00:00 2001 From: qbisi Date: Mon, 21 Oct 2024 07:03:00 +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 fb24f903f52243..8ea4d96a2a251f 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