Loading pkgs/by-name/du/dump_syms/package.nix +4 −2 Original line number Diff line number Diff line Loading @@ -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"; Loading Loading
pkgs/by-name/du/dump_syms/package.nix +4 −2 Original line number Diff line number Diff line Loading @@ -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"; Loading