11 stdenv.mkDerivation rec {
15 src = fetchFromGitHub {
19 sha256 = "1fz9fb4w21ax8hjs6dwfn2410ig4lqvzdlijq0jcj3jbgxd4i1gw";
28 buildInputs = [ qtbase ];
31 description = "Punch clock to track time spent on projects";
32 mainProgram = "kapow";
33 homepage = "https://gottcode.org/kapow/";
34 maintainers = with maintainers; [ orivej ];
35 platforms = platforms.linux;
36 license = licenses.gpl3Plus;