symbolicator: fix build on darwin
This commit is contained in:
parent
d4abe32acd
commit
b287551a21
1 changed files with 3 additions and 0 deletions
|
@ -46,6 +46,9 @@ rustPlatform.buildRustPackage rec {
|
||||||
SYMBOLICATOR_GIT_VERSION = src.rev;
|
SYMBOLICATOR_GIT_VERSION = src.rev;
|
||||||
SYMBOLICATOR_RELEASE = version;
|
SYMBOLICATOR_RELEASE = version;
|
||||||
ZSTD_SYS_USE_PKG_CONFIG = true;
|
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
|
# tests require network access
|
||||||
|
|
Loading…
Reference in a new issue