dump_syms: fix build with structuredAttrs (#471586)

This commit is contained in:
Martin Weinelt
2025-12-17 16:48:08 +00:00
committed by GitHub
+4 -2
View File
@@ -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";