summary refs log tree commit diff
path: root/pkgs/development/python-modules/zodb/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/zodb/default.nix')
-rw-r--r--pkgs/development/python-modules/zodb/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/zodb/default.nix b/pkgs/development/python-modules/zodb/default.nix
index f1f960ada72..d44642d7515 100644
--- a/pkgs/development/python-modules/zodb/default.nix
+++ b/pkgs/development/python-modules/zodb/default.nix
@@ -39,7 +39,7 @@ buildPythonPackage rec {
     BTrees
   ];
 
-  checkInputs = [
+  nativeCheckInputs = [
     manuel
     zope_testrunner
   ];