about summary refs log tree commit diff
path: root/pkgs/development/tools/rbspy/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/rbspy/default.nix')
-rw-r--r--pkgs/development/tools/rbspy/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/rbspy/default.nix b/pkgs/development/tools/rbspy/default.nix
index a109b0ea579e..beae01a2c57e 100644
--- a/pkgs/development/tools/rbspy/default.nix
+++ b/pkgs/development/tools/rbspy/default.nix
@@ -47,7 +47,7 @@ rustPlatform.buildRustPackage rec {
   nativeBuildInputs = [
     ruby
     which
-  ] ++ lib.optional stdenv.isDarwin rustPlatform.bindgenHook;
+  ] ++ lib.optional stdenv.hostPlatform.isDarwin rustPlatform.bindgenHook;
 
   passthru.updateScript = nix-update-script { };