4 , gobject-introspection
16 stdenv.mkDerivation rec {
17 pname = "chess-clock";
20 src = fetchFromGitLab {
21 domain = "gitlab.gnome.org";
25 hash = "sha256-wwNOop2V84vZO3JV0+VZ+52cKPx8xJg2rLkjfgc/+n4=";
41 (python3.withPackages (ps: with ps; [
47 description = "Time games of over-the-board chess";
48 mainProgram = "chess-clock";
49 homepage = "https://gitlab.gnome.org/World/chess-clock";
50 changelog = "https://gitlab.gnome.org/World/chess-clock/-/releases/v${version}";
51 license = licenses.gpl3Plus;
52 maintainers = with maintainers; [ michaelgrahamevans ];