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