summary refs log tree commit diff
path: root/pkgs/development/python-modules/typecode/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/typecode/default.nix')
-rw-r--r--pkgs/development/python-modules/typecode/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/typecode/default.nix b/pkgs/development/python-modules/typecode/default.nix
index 2fa0010bdd0..929f53785a3 100644
--- a/pkgs/development/python-modules/typecode/default.nix
+++ b/pkgs/development/python-modules/typecode/default.nix
@@ -40,7 +40,7 @@ buildPythonPackage rec {
     typecode-libmagic
   ];
 
-  checkInputs = [
+  nativeCheckInputs = [
     pytestCheckHook
     pytest-xdist
   ];