9 rustPlatform.buildRustPackage rec {
13 src = fetchFromGitHub {
17 hash = "sha256-JacRt+zNwL7hdpdh5h9Mxztqi47f5eUbcZyx6ct/5Bc=";
20 cargoHash = "sha256-ljT7Dl9553sfZBqTe6gT3iYPH+D1Jp9ZsyGVQGOekxw=";
22 buildInputs = [ libunwind ];
24 nativeBuildInputs = [ pkg-config ];
26 # Tests require rustup.
30 description = "Rust debugger for Linux x86-64";
31 homepage = "https://github.com/godzie44/BugStalker";
32 license = lib.licenses.mit;
33 maintainers = with lib.maintainers; [ jacg ];
35 platforms = [ "x86_64-linux" ];