8 rustPlatform.buildRustPackage rec {
12 src = fetchFromGitHub {
16 hash = "sha256-cxSNBxs6ixbjWMUYzOnwI+vavkfyaQx3/OmVdTCr7M0=";
19 cargoHash = "sha256-cDIF4RvJ7K6t18GPgiRV6NDoD/x3II/3wCHW3KK2/os=";
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 ];