opentofu: update calls to substituteInPlace

This commit is contained in:
Nick Cao
2024-04-30 14:34:38 -04:00
parent aadbdc7d48
commit 252f8d3423
@@ -29,7 +29,7 @@ let
postConfigure = ''
# speakeasy hardcodes /bin/stty https://github.com/bgentry/speakeasy/issues/22
substituteInPlace vendor/github.com/bgentry/speakeasy/speakeasy_unix.go \
--replace "/bin/stty" "${coreutils}/bin/stty"
--replace-fail "/bin/stty" "${coreutils}/bin/stty"
'';
nativeBuildInputs = [ installShellFiles ];