about summary refs log tree commit diff
path: root/pkgs/development/python-modules/intelhex/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/intelhex/default.nix')
-rw-r--r--pkgs/development/python-modules/intelhex/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/intelhex/default.nix b/pkgs/development/python-modules/intelhex/default.nix
index e5b0cc6fbc746..fdeeae5007354 100644
--- a/pkgs/development/python-modules/intelhex/default.nix
+++ b/pkgs/development/python-modules/intelhex/default.nix
@@ -13,7 +13,7 @@ buildPythonPackage rec {
     sha256 = "sha256-iStzYacZ9JRSN9qMz3VOlRPbMvViiFJ4WuoQjc0lAJM=";
   };
 
-  checkInputs = [ pytestCheckHook ];
+  nativeCheckInputs = [ pytestCheckHook ];
 
   pytestFlagsArray = [ "intelhex/test.py" ];