1 { lib, stdenv, qmake, fetchFromGitHub, qtbase, qttools, wrapQtAppsHook }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "1fz9fb4w21ax8hjs6dwfn2410ig4lqvzdlijq0jcj3jbgxd4i1gw";
14 nativeBuildInputs = [ qmake qttools wrapQtAppsHook ];
16 buildInputs = [ qtbase ];
19 description = "Punch clock to track time spent on projects";
20 mainProgram = "kapow";
21 homepage = "https://gottcode.org/kapow/";
22 maintainers = with maintainers; [ orivej ];
23 platforms = platforms.linux;
24 license = licenses.gpl3Plus;