Merge pull request #268786 from figsoda/symbolicator

symbolicator: fix build on darwin

authored by Robert Scott and committed by GitHub d5da153f cfe01551

+3
+3
pkgs/by-name/sy/symbolicator/package.nix
··· 46 46 SYMBOLICATOR_GIT_VERSION = src.rev; 47 47 SYMBOLICATOR_RELEASE = version; 48 48 ZSTD_SYS_USE_PKG_CONFIG = true; 49 + } // lib.optionalAttrs stdenv.cc.isClang { 50 + # Work around https://github.com/NixOS/nixpkgs/issues/166205. 51 + NIX_LDFLAGS = "-l${stdenv.cc.libcxx.cxxabi.libName}"; 49 52 }; 50 53 51 54 # tests require network access