18 stdenv.mkDerivation rec {
19 pname = "chess-clock";
22 src = fetchFromGitLab {
23 domain = "gitlab.gnome.org";
27 hash = "sha256-XDOCHFZC3s3b/4kD1ZkhWar3kozW3vXc0pk7O6oQfiE=";
43 (python3.withPackages (
51 updateScript = nix-update-script { };
55 description = "Time games of over-the-board chess";
56 homepage = "https://gitlab.gnome.org/World/chess-clock";
57 license = lib.licenses.gpl3Plus;
58 mainProgram = "chess-clock";
59 maintainers = lib.teams.gnome-circle.members;