about summary refs log tree commit diff
path: root/pkgs/applications/networking/jmeter
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/jmeter')
-rw-r--r--pkgs/applications/networking/jmeter/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/jmeter/default.nix b/pkgs/applications/networking/jmeter/default.nix
index 935c4ae571efb..22cacdd01ca14 100644
--- a/pkgs/applications/networking/jmeter/default.nix
+++ b/pkgs/applications/networking/jmeter/default.nix
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
 
   doInstallCheck = false; #NoClassDefFoundError: org/apache/logging/log4j/Level for tests
 
-  checkInputs = [ coreutils ];
+  nativeCheckInputs = [ coreutils ];
 
   installCheckPhase = ''
     $out/bin/jmeter --version 2>&1 | grep -q "${version}"