about summary refs log tree commit diff
path: root/pkgs/by-name/tr/trunk-ng/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/tr/trunk-ng/package.nix')
-rw-r--r--pkgs/by-name/tr/trunk-ng/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/tr/trunk-ng/package.nix b/pkgs/by-name/tr/trunk-ng/package.nix
index 3a7f9bd5ba05..73af1faaba29 100644
--- a/pkgs/by-name/tr/trunk-ng/package.nix
+++ b/pkgs/by-name/tr/trunk-ng/package.nix
@@ -13,7 +13,7 @@ rustPlatform.buildRustPackage rec {
   };
 
   nativeBuildInputs = [ pkg-config ];
-  buildInputs = if stdenv.isDarwin
+  buildInputs = if stdenv.hostPlatform.isDarwin
     then [ libiconv CoreServices Security SystemConfiguration ]
     else [ openssl ];