From 03be271e93226b5932861d2758acafe68d35af2c Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 2 Nov 2019 19:25:02 -0400 Subject: [PATCH] tectonic: add --locked flag to cargo install Closes #46149. Signed-off-by: FX Coudert --- Formula/tectonic.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/tectonic.rb b/Formula/tectonic.rb index 44f1fb15ac0f4..1747c86c348a6 100644 --- a/Formula/tectonic.rb +++ b/Formula/tectonic.rb @@ -30,7 +30,7 @@ def install # https://crates.io/crates/openssl#manual-configuration ENV["OPENSSL_DIR"] = Formula["openssl@1.1"].opt_prefix - system "cargo", "install", "--root", prefix, "--path", "." + system "cargo", "install", "--locked", "--root", prefix, "--path", "." end test do