about summary refs log tree commit diff
path: root/pkgs/development/python-modules/python-docx/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/python-docx/default.nix')
-rw-r--r--pkgs/development/python-modules/python-docx/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/python-docx/default.nix b/pkgs/development/python-modules/python-docx/default.nix
index fd22adc377444..36146bbe05e3e 100644
--- a/pkgs/development/python-modules/python-docx/default.nix
+++ b/pkgs/development/python-modules/python-docx/default.nix
@@ -17,7 +17,7 @@ buildPythonPackage rec {
     sha256 = "1105d233a0956dd8dd1e710d20b159e2d72ac3c301041b95f4d4ceb3e0ebebc4";
   };
 
-  checkInputs = [ behave mock pyparsing pytest ];
+  nativeCheckInputs = [ behave mock pyparsing pytest ];
   propagatedBuildInputs = [ lxml ];
 
   checkPhase = ''