summary refs log tree commit diff
path: root/pkgs/development/libraries/graphene-hardened-malloc/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/graphene-hardened-malloc/default.nix')
-rw-r--r--pkgs/development/libraries/graphene-hardened-malloc/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/graphene-hardened-malloc/default.nix b/pkgs/development/libraries/graphene-hardened-malloc/default.nix
index 3d4af9db19c..65498357b5d 100644
--- a/pkgs/development/libraries/graphene-hardened-malloc/default.nix
+++ b/pkgs/development/libraries/graphene-hardened-malloc/default.nix
@@ -19,7 +19,7 @@ lib.fix (self: stdenv.mkDerivation rec {
   };
 
   doCheck = true;
-  checkInputs = [ python3 ];
+  nativeCheckInputs = [ python3 ];
   # these tests cover use as a build-time-linked library
   checkPhase = ''
     make test