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 homepage = "https://gottcode.org/kapow/";
21 maintainers = with maintainers; [ orivej ];
22 platforms = platforms.linux;
23 license = licenses.gpl3Plus;