summary refs log tree commit diff
path: root/pkgs/development/python-modules/booleanoperations/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/booleanoperations/default.nix')
-rw-r--r--pkgs/development/python-modules/booleanoperations/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/booleanoperations/default.nix b/pkgs/development/python-modules/booleanoperations/default.nix
index f5f3dda77a4..af718d99aca 100644
--- a/pkgs/development/python-modules/booleanoperations/default.nix
+++ b/pkgs/development/python-modules/booleanoperations/default.nix
@@ -23,7 +23,7 @@ buildPythonPackage rec {
     fontpens
   ];
 
-  checkInputs = [ pytest ];
+  nativeCheckInputs = [ pytest ];
 
   meta = with lib; {
     description = "Boolean operations on paths";