about summary refs log tree commit diff
path: root/pkgs/by-name/co/committed/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/co/committed/package.nix')
-rw-r--r--pkgs/by-name/co/committed/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/co/committed/package.nix b/pkgs/by-name/co/committed/package.nix
index cd42172fde9f..229414b14f68 100644
--- a/pkgs/by-name/co/committed/package.nix
+++ b/pkgs/by-name/co/committed/package.nix
@@ -22,7 +22,7 @@ rustPlatform.buildRustPackage {
   };
   cargoHash = "sha256-AmAEGVWq6KxLtiHDGIFVcoP1Wck8z+P9mnDy0SSSJNM=";
 
-  buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ];
+  buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.Security ];
 
   passthru = {
     tests.version = testers.testVersion { package = committed; };