23 stdenv.mkDerivation rec {
28 url = "mirror://gnome/sources/iagno/${lib.versions.majorMinor version}/iagno-${version}.tar.xz";
29 hash = "sha256-hLnzLOA4l1iiHWPH6xwifbcRa1HTFJqg6uNQkWjg7SQ=";
33 # Fix build with recent Vala.
34 # https://gitlab.gnome.org/GNOME/dconf-editor/-/merge_requests/15
36 url = "https://gitlab.gnome.org/GNOME/iagno/-/commit/e8a0aeec350ea80349582142c0e8e3cd3f1bce38.patch";
37 hash = "sha256-OO1x0Yx56UFzHTBsPAMYAjnJHlnTjdO1Vk7q6XU8wKQ=";
39 # https://gitlab.gnome.org/GNOME/dconf-editor/-/merge_requests/13
41 url = "https://gitlab.gnome.org/GNOME/iagno/-/commit/508c0f94e5f182e50ff61be6e04f72574dee97cb.patch";
42 hash = "sha256-U7djuMhb1XJaKAPyogQjaunOkbBK24r25YD7BgH05P4=";
67 updateScript = gnome.updateScript { packageName = "iagno"; };
71 homepage = "https://gitlab.gnome.org/GNOME/iagno";
72 description = "Computer version of the game Reversi, more popularly called Othello";
73 mainProgram = "iagno";
74 maintainers = teams.gnome.members;
75 license = licenses.gpl3Plus;
76 platforms = platforms.unix;