summary refs log tree commit diff
path: root/pkgs/development/python-modules/habanero/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/habanero/default.nix')
-rw-r--r--pkgs/development/python-modules/habanero/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/habanero/default.nix b/pkgs/development/python-modules/habanero/default.nix
index 0c8c724426a..8bdfe84d9b6 100644
--- a/pkgs/development/python-modules/habanero/default.nix
+++ b/pkgs/development/python-modules/habanero/default.nix
@@ -28,7 +28,7 @@ buildPythonPackage rec {
     tqdm
   ];
 
-  checkInputs = [
+  nativeCheckInputs = [
     pytestCheckHook
     vcrpy
   ];