summary refs log tree commit diff
path: root/pkgs/development/libraries/gcr/4.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/gcr/4.nix')
-rw-r--r--pkgs/development/libraries/gcr/4.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/gcr/4.nix b/pkgs/development/libraries/gcr/4.nix
index a7f5b66a60e..28ca262ead1 100644
--- a/pkgs/development/libraries/gcr/4.nix
+++ b/pkgs/development/libraries/gcr/4.nix
@@ -64,7 +64,7 @@ stdenv.mkDerivation rec {
     p11-kit
   ];
 
-  checkInputs = [
+  nativeCheckInputs = [
     python3
   ];