16 , gobject-introspection
36 stdenv.mkDerivation rec {
40 src = fetchFromGitHub {
43 rev = "v" + lib.concatStringsSep "_" (lib.splitVersion version);
44 sha256 = "sha256-U39zr8XGIDbyY480bla2yTaRQLP3wMrL8RLWjlTa5uY=";
83 preConfigure = "./autogen.sh";
85 enableParallelBuilding = true;
88 broken = (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64);
89 description = "Program to help prevent Repetitive Strain Injury";
90 mainProgram = "workrave";
92 Workrave is a program that assists in the recovery and prevention of
93 Repetitive Strain Injury (RSI). The program frequently alerts you to
94 take micro-pauses, rest breaks and restricts you to your daily limit.
96 homepage = "http://www.workrave.org/";
97 downloadPage = "https://github.com/rcaelers/workrave/releases";
98 license = licenses.gpl3;
99 maintainers = with maintainers; [ prikhi ];
100 platforms = platforms.linux;