summary refs log tree commit diff
path: root/pkgs/development/python-modules/namedlist/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/namedlist/default.nix')
-rw-r--r--pkgs/development/python-modules/namedlist/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/namedlist/default.nix b/pkgs/development/python-modules/namedlist/default.nix
index d9b2db64f46..0bba6233f85 100644
--- a/pkgs/development/python-modules/namedlist/default.nix
+++ b/pkgs/development/python-modules/namedlist/default.nix
@@ -18,7 +18,7 @@ buildPythonPackage rec {
     hash = "sha256-NPifyZJZLICzmnCeE27c9B6hfyS6Mer4SjFKAsi5vO8=";
   };
 
-  checkInputs = [
+  nativeCheckInputs = [
     pytestCheckHook
   ];