Skip to content

Commit df6592d

Browse files
committed
texlab: fix aarch64-linux build
1 parent 63070c9 commit df6592d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkgs/development/tools/misc/texlab/default.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ rustPlatform.buildRustPackage rec {
2626

2727
cargoHash = "sha256-A/stdJ1baV0hdDXTdLd9gi8+JO7qPgQbNiYjHkp1GPQ=";
2828

29+
# https://github.com/latex-lsp/texlab/pull/1237
30+
preBuild = ''
31+
rm .cargo/config.toml
32+
'';
33+
2934
outputs = [ "out" ] ++ lib.optional (!isCross) "man";
3035

3136
nativeBuildInputs = [ installShellFiles ]

0 commit comments

Comments
 (0)