8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
16 hash = "sha256-s6st4rBuviH1DACui3dakRt90z3TphIS4ptMN3eHpr8=";
19 cargoHash = "sha256-n7Kaha22Rh/5AGoHUiAxnaZvHtZ+rPsmLHiUYfA0YPE=";
21 nativeBuildInputs = [ installShellFiles scdoc ];
24 scdoc < docs/uair.1.scd > docs/uair.1
25 scdoc < docs/uair.5.scd > docs/uair.5
26 scdoc < docs/uairctl.1.scd > docs/uairctl.1
28 installManPage docs/*.[1-9]
32 description = "Extensible pomodoro timer";
33 homepage = "https://github.com/metent/uair";
34 license = licenses.mit;
35 maintainers = with maintainers; [ thled ];