9 rustPlatform.buildRustPackage rec {
13 src = fetchFromGitHub {
14 owner = "EmperorPenguin18";
17 hash = "sha256-g4154Axvjp9jbE0lvMeNGM+v2UxkAsZqt9kPv5bhVK8=";
20 cargoHash = "sha256-5xsMLOYTKQc1bHHQsk9L4rHMVNBFOzIMxD+1qaMaNbQ=";
22 buildInputs = [ xorg.libxcb ];
23 nativeBuildInputs = [ pandoc installShellFiles ];
26 pandoc gobble.1.md -s -t man -o gobble.1
27 installManPage gobble.1
31 description = "gobbles your terminal";
32 homepage = "https://github.com/EmperorPenguin18/gobble";
33 license = lib.licenses.gpl3Only;
34 maintainers = with lib.maintainers; [ vuimuich ];
35 platforms = lib.platforms.linux;
36 mainProgram = "gobble";