7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
15 hash = "sha256-9cakFhA9niMZ0jD0ilgCUztk4uL6wDp6zfHUJY/yLYw=";
18 cargoHash = "sha256-BnVV0UnXEebq1kbQvv8PkmntLK0BwrOcMxxIODpZrxc=";
21 install scripts/* -Dt $out/bin
25 description = "Tool to control Kakoune editor from the command line";
26 homepage = "https://github.com/vbauerster/kamp";
27 license = lib.licenses.unlicense;
28 maintainers = with lib.maintainers; [ erikeah ];
30 platforms = lib.platforms.linux;