texlab: fix aarch64-linux build

This commit is contained in:
Doron Behar
2024-10-14 11:54:25 +03:00
parent 63070c9ae9
commit df6592daff
@@ -26,6 +26,11 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-A/stdJ1baV0hdDXTdLd9gi8+JO7qPgQbNiYjHkp1GPQ=";
# https://github.com/latex-lsp/texlab/pull/1237
preBuild = ''
rm .cargo/config.toml
'';
outputs = [ "out" ] ++ lib.optional (!isCross) "man";
nativeBuildInputs = [ installShellFiles ]