12 rustPlatform.buildRustPackage rec {
13 pname = "nixseparatedebuginfod";
16 src = fetchFromGitHub {
18 repo = "nixseparatedebuginfod";
20 hash = "sha256-sVQ6UgQvSTEIxXPxISeTI9tqAdJlxQpLxq1h4I31r6k=";
23 cargoHash = "sha256-abHczsRzWDST6ji7yi/Iox1o8QHGjt5T7/KDwsYGYMk=";
25 # tests need a working nix install with access to the internet
35 nativeBuildInputs = [ pkg-config ];
39 inherit (nixosTests) nixseparatedebuginfod;
44 description = "Downloads and provides debug symbols and source code for nix derivations to gdb and other debuginfod-capable debuggers as needed";
45 homepage = "https://github.com/symphorien/nixseparatedebuginfod";
46 license = licenses.gpl3Only;
47 maintainers = [ maintainers.symphorien ];
48 platforms = platforms.linux;
49 mainProgram = "nixseparatedebuginfod";