13 , firefox-esr-unwrapped
15 , thunderbird-unwrapped
22 rustPlatform.buildRustPackage {
23 inherit pname version;
25 src = fetchFromGitHub {
29 hash = "sha256-mSup3AMYsPu/Az6QXhdCFSxGcIpel4zNN0g/95gPDS0=";
32 cargoSha256 = "sha256-INzCyF/tvCp4L6Btrw8AGTBAgdFiBlywzO3+SSE4beI=";
40 ] ++ lib.optionals (stdenv.isDarwin) [
46 # Disable tests that require network access
47 # ConnectError("dns error", Custom { kind: Uncategorized, error: "failed to lookup address information: Temporary failure in name resolution" })) }', src/windows/pdb.rs:725:56
48 "--skip windows::pdb::tests::test_ntdll"
49 "--skip windows::pdb::tests::test_oleaut32"
53 inherit firefox-esr-unwrapped firefox-unwrapped thunderbird-unwrapped;
57 changelog = "https://github.com/mozilla/dump_syms/releases/tag/v${version}";
58 description = "Command-line utility for parsing the debugging information the compiler provides in ELF or stand-alone PDB files";
59 mainProgram = "dump_syms";
60 license = licenses.asl20;
61 homepage = "https://github.com/mozilla/dump_syms/";
62 maintainers = with maintainers; [ hexa ];