Unverified Commit d99ea786 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

dump_syms: fix build with structuredAttrs (#471586)

parents dbee68e5 c5e557a5
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -39,14 +39,16 @@ rustPlatform.buildRustPackage {
  checkFlags = [
    # Disable tests that require network access
    # ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }', src/windows/pdb.rs:725:56
    "--skip windows::pdb::tests::test_ntdll"
    "--skip windows::pdb::tests::test_oleaut32"
    "--skip=windows::pdb::tests::test_ntdll"
    "--skip=windows::pdb::tests::test_oleaut32"
  ];

  passthru.tests = {
    inherit firefox-esr-unwrapped firefox-unwrapped thunderbird-unwrapped;
  };

  __structuredAttrs = true;

  meta = {
    changelog = "https://github.com/mozilla/dump_syms/blob/v${version}/CHANGELOG.md";
    description = "Command-line utility for parsing the debugging information the compiler provides in ELF or stand-alone PDB files";