16 , gobject-introspection
36 stdenv.mkDerivation rec {
40 src = fetchFromGitHub {
44 "v" + concatStringsSep "_" (splitVersion version);
45 sha256 = "sha256-U39zr8XGIDbyY480bla2yTaRQLP3wMrL8RLWjlTa5uY=";
84 preConfigure = "./autogen.sh";
86 enableParallelBuilding = true;
89 broken = (stdenv.isLinux && stdenv.isAarch64);
90 description = "A program to help prevent Repetitive Strain Injury";
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;