summary refs log tree commit diff
path: root/pkgs/development/python-modules/shutilwhich/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/shutilwhich/default.nix')
-rw-r--r--pkgs/development/python-modules/shutilwhich/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/shutilwhich/default.nix b/pkgs/development/python-modules/shutilwhich/default.nix
index a30e23c894e..5bcd2bca8bd 100644
--- a/pkgs/development/python-modules/shutilwhich/default.nix
+++ b/pkgs/development/python-modules/shutilwhich/default.nix
@@ -15,7 +15,7 @@ buildPythonPackage rec {
     sha256 = "05fwcjn86w8wprck04iv1zccfi39skdf0lhwpb4b9gpvklyc9mj0";
   };
 
-  checkInputs = [ pytest ];
+  nativeCheckInputs = [ pytest ];
 
   checkPhase = ''
     pytest -rs