summary refs log tree commit diff
path: root/pkgs/development/python-modules/deprecation/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/deprecation/default.nix')
-rw-r--r--pkgs/development/python-modules/deprecation/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/deprecation/default.nix b/pkgs/development/python-modules/deprecation/default.nix
index e32e8cc5df0..5e3ddf7b07d 100644
--- a/pkgs/development/python-modules/deprecation/default.nix
+++ b/pkgs/development/python-modules/deprecation/default.nix
@@ -26,7 +26,7 @@ buildPythonPackage rec {
 
   propagatedBuildInputs = [ packaging ];
 
-  checkInputs = [ unittestCheckHook ];
+  nativeCheckInputs = [ unittestCheckHook ];
 
   meta = with lib; {
     description = "A library to handle automated deprecations";