21 stdenv.mkDerivation rec {
26 url = "mirror://gnome/sources/iagno/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
27 sha256 = "097dw1l92l73xah9l56ka5mi3dvx48ffpiv33ni5i5rqw0ng7fc4";
31 # Fix build with recent Vala.
32 # https://gitlab.gnome.org/GNOME/dconf-editor/-/merge_requests/15
34 url = "https://gitlab.gnome.org/GNOME/iagno/-/commit/e8a0aeec350ea80349582142c0e8e3cd3f1bce38.patch";
35 sha256 = "OO1x0Yx56UFzHTBsPAMYAjnJHlnTjdO1Vk7q6XU8wKQ=";
37 # https://gitlab.gnome.org/GNOME/dconf-editor/-/merge_requests/13
39 url = "https://gitlab.gnome.org/GNOME/iagno/-/commit/508c0f94e5f182e50ff61be6e04f72574dee97cb.patch";
40 sha256 = "U7djuMhb1XJaKAPyogQjaunOkbBK24r25YD7BgH05P4=";
65 updateScript = gnome.updateScript {
66 packageName = "iagno";
67 attrPath = "gnome.iagno";
72 homepage = "https://gitlab.gnome.org/GNOME/iagno";
73 description = "Computer version of the game Reversi, more popularly called Othello";
74 mainProgram = "iagno";
75 maintainers = teams.gnome.members;
76 license = licenses.gpl3Plus;
77 platforms = platforms.unix;