Unverified Commit d5da153f authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

Merge pull request #268786 from figsoda/symbolicator

symbolicator: fix build on darwin
parents cfe01551 b287551a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -46,6 +46,9 @@ rustPlatform.buildRustPackage rec {
    SYMBOLICATOR_GIT_VERSION = src.rev;
    SYMBOLICATOR_RELEASE = version;
    ZSTD_SYS_USE_PKG_CONFIG = true;
  } // lib.optionalAttrs stdenv.cc.isClang {
    # Work around https://github.com/NixOS/nixpkgs/issues/166205.
    NIX_LDFLAGS = "-l${stdenv.cc.libcxx.cxxabi.libName}";
  };

  # tests require network access