2 mkDerivation, fetchurl, lib,
3 extra-cmake-modules, kdoctools,
4 knotifyconfig, kidletime, kwindowsystem, ktextwidgets, kcrash
12 url = "mirror://kde/stable/rsibreak/${version}/rsibreak-${version}.tar.xz";
13 sha256 = "N0C+f788fq5yotSC54H2K4WDc6PnGi8Nh/vXL4v0fxo=";
16 nativeBuildInputs = [ extra-cmake-modules kdoctools ];
17 propagatedBuildInputs = [ knotifyconfig kidletime kwindowsystem ktextwidgets kcrash ];
20 description = "Takes care of your health and regularly breaks your work to avoid repetitive strain injury (RSI)";
21 mainProgram = "rsibreak";
22 license = licenses.gpl2;
23 homepage = "https://www.kde.org/applications/utilities/rsibreak/";
24 maintainers = with maintainers; [ vandenoever ];