about summary refs log tree commit diff
path: root/pkgs/by-name/mc/mcumgr-client/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/mc/mcumgr-client/package.nix')
-rw-r--r--pkgs/by-name/mc/mcumgr-client/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/mc/mcumgr-client/package.nix b/pkgs/by-name/mc/mcumgr-client/package.nix
index f8909e8e2018b..db03704cbf262 100644
--- a/pkgs/by-name/mc/mcumgr-client/package.nix
+++ b/pkgs/by-name/mc/mcumgr-client/package.nix
@@ -27,8 +27,8 @@ rustPlatform.buildRustPackage rec {
   nativeBuildInputs = [ pkg-config ];
 
   buildInputs =
-    lib.optionals stdenv.isLinux [ udev ]
-    ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.IOKit ];
+    lib.optionals stdenv.hostPlatform.isLinux [ udev ]
+    ++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.IOKit ];
 
   meta = with lib; {
     description = "Client for mcumgr commands";