about summary refs log tree commit diff
path: root/pkgs/by-name/rc/rclip/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/rc/rclip/package.nix')
-rw-r--r--pkgs/by-name/rc/rclip/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/rc/rclip/package.nix b/pkgs/by-name/rc/rclip/package.nix
index 4be5a5429d1e4..8cca9c52e26ac 100644
--- a/pkgs/by-name/rc/rclip/package.nix
+++ b/pkgs/by-name/rc/rclip/package.nix
@@ -27,7 +27,7 @@ python3Packages.buildPythonApplication rec {
     tqdm
   ];
 
-  nativeCheckInputs = with python3Packages; [ pytestCheckHook pythonRelaxDepsHook ];
+  nativeCheckInputs = with python3Packages; [ pytestCheckHook ];
 
   pythonRelaxDeps = [ "torch" "torchvision" ];