8 rustPlatform.buildRustPackage {
9 pname = "ra-multiplex";
12 src = fetchFromGitHub {
14 repo = "ra-multiplex";
15 rev = "dcb5f83890cb91016b0a1590cc1b732606bb6ec1";
16 hash = "sha256-Hf4Gj9eXEP4gXiqNV4Jq0oiGLX3DtDF9At1feEZ+bUE=";
19 cargoHash = "sha256-MeUtkPjOsL1kQ2W0Q1/OqhKDVXs4cECkATHISpyfp9U=";
21 nativeBuildInputs = [ makeWrapper ];
24 wrapProgram $out/bin/ra-multiplex \
25 --suffix PATH ${lib.makeBinPath [ rust-analyzer ]}
29 description = "A multiplexer for rust-analyzer";
30 mainProgram = "ra-multiplex";
31 homepage = "https://github.com/pr2502/ra-multiplex";
32 license = with licenses; [ mit ];
33 maintainers = with maintainers; [ norfair ];