We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29d6c96 commit 904913eCopy full SHA for 904913e
1 file changed
pkgs/development/tools/dump_syms/default.nix
@@ -30,6 +30,11 @@ rustPlatform.buildRustPackage {
30
31
cargoSha256 = "sha256-5WiGckh/jq7AHH3JWZL8tIsj1Gqr8iLX7IyppKsW96k=";
32
33
+ # Workaround for https://github.com/nixos/nixpkgs/issues/166205
34
+ env = lib.optionalAttrs stdenv.cc.isClang {
35
+ NIX_LDFLAGS = "-l${stdenv.cc.libcxx.cxxabi.libName}";
36
+ };
37
+
38
nativeBuildInputs = [
39
pkg-config
40
];
0 commit comments