summary refs log tree commit diff
path: root/pkgs/development/python-modules/txrequests/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/txrequests/default.nix')
-rw-r--r--pkgs/development/python-modules/txrequests/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/txrequests/default.nix b/pkgs/development/python-modules/txrequests/default.nix
index eaf94e21ee3..afe4b0f93b2 100644
--- a/pkgs/development/python-modules/txrequests/default.nix
+++ b/pkgs/development/python-modules/txrequests/default.nix
@@ -21,7 +21,7 @@ buildPythonPackage rec {
   # Require network access
   doCheck = false;
 
-  checkInputs = [ unittestCheckHook ];
+  nativeCheckInputs = [ unittestCheckHook ];
 
   meta = with lib; {
     description = "Asynchronous Python HTTP for Humans.";