about summary refs log tree commit diff
path: root/pkgs/by-name/gh/ghciwatch/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/gh/ghciwatch/package.nix')
-rw-r--r--pkgs/by-name/gh/ghciwatch/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/gh/ghciwatch/package.nix b/pkgs/by-name/gh/ghciwatch/package.nix
index b505e405e173..db5353c92653 100644
--- a/pkgs/by-name/gh/ghciwatch/package.nix
+++ b/pkgs/by-name/gh/ghciwatch/package.nix
@@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec {
 
   cargoHash = "sha256-bE2cNgmq1TxtEDmLuyJVJpaj0Gbt73fnD1j/X42OL/w=";
 
-  buildInputs = lib.optionals stdenv.isDarwin [
+  buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
     darwin.apple_sdk.frameworks.CoreFoundation
     darwin.apple_sdk.frameworks.CoreServices
   ];