diff options
Diffstat (limited to 'pkgs/tools/text/languagetool-rust/default.nix')
-rw-r--r-- | pkgs/tools/text/languagetool-rust/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/languagetool-rust/default.nix b/pkgs/tools/text/languagetool-rust/default.nix index 1772f9d1e305..15b0ccb46611 100644 --- a/pkgs/tools/text/languagetool-rust/default.nix +++ b/pkgs/tools/text/languagetool-rust/default.nix @@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec { buildFeatures = [ "full" ]; nativeBuildInputs = [ installShellFiles pkg-config ]; - buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ Security ]; + buildInputs = [ openssl ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ Security ]; checkFlags = [ # requires network access |