summary refs log tree commit diff
path: root/pkgs/development/python-modules/cairo-lang/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/cairo-lang/default.nix')
-rw-r--r--pkgs/development/python-modules/cairo-lang/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/cairo-lang/default.nix b/pkgs/development/python-modules/cairo-lang/default.nix
index ec11772fb50..f1da79151f4 100644
--- a/pkgs/development/python-modules/cairo-lang/default.nix
+++ b/pkgs/development/python-modules/cairo-lang/default.nix
@@ -84,7 +84,7 @@ buildPythonPackage rec {
     pyyaml
   ] ++ eth-hash.optional-dependencies.pycryptodome;
 
-  checkInputs = [
+  nativeCheckInputs = [
     pytest-asyncio
     pytestCheckHook
   ];