about summary refs log tree commit diff
path: root/pkgs/by-name/ma/matrix-commander-rs/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/ma/matrix-commander-rs/package.nix')
-rw-r--r--pkgs/by-name/ma/matrix-commander-rs/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/ma/matrix-commander-rs/package.nix b/pkgs/by-name/ma/matrix-commander-rs/package.nix
index 6215f7ddc69c..78e0abebe88e 100644
--- a/pkgs/by-name/ma/matrix-commander-rs/package.nix
+++ b/pkgs/by-name/ma/matrix-commander-rs/package.nix
@@ -25,7 +25,7 @@ rustPlatform.buildRustPackage rec {
 
   buildInputs =
     [ openssl ]
-    ++ lib.optionals stdenv.isDarwin [
+    ++ lib.optionals stdenv.hostPlatform.isDarwin [
       darwin.apple_sdk.frameworks.Security
       darwin.apple_sdk.frameworks.SystemConfiguration
     ];