3p/tvl/tools/cheddar: apply aarch64 fix
This commit is contained in:
parent
4fbb620a10
commit
2852daca04
1 changed files with 2 additions and 0 deletions
2
third_party/tvl/tools/cheddar/default.nix
vendored
2
third_party/tvl/tools/cheddar/default.nix
vendored
|
@ -8,6 +8,8 @@ depot.third_party.naersk.buildPackage {
|
|||
# Use our custom bat syntax set, which is everything from upstream,
|
||||
# plus additional languages we care about.
|
||||
BAT_SYNTAXES = "${depot.third_party.bat_syntaxes}";
|
||||
|
||||
NIX_LDFLAGS = "${x.NIX_LDFLAGS or ""}${pkgs.lib.optionalString (pkgs.stdenv.isLinux && pkgs.stdenv.isAarch64 && pkgs.stdenv.cc.isGNU) " -lgcc"}";
|
||||
};
|
||||
|
||||
passthru = {
|
||||
|
|
Loading…
Reference in a new issue