10 , gobject-introspection
22 stdenv.mkDerivation rec {
23 pname = "gnome-chess";
27 url = "mirror://gnome/sources/gnome-chess/${lib.versions.major version}/${pname}-${version}.tar.xz";
28 hash = "sha256-oryQ4KdUMSxXibkZi0knMDd1tiWDqOlnbSxqlztG/ec=";
53 updateScript = gnome.updateScript {
54 packageName = "gnome-chess";
55 attrPath = "gnome.gnome-chess";
60 homepage = "https://gitlab.gnome.org/GNOME/gnome-chess";
61 description = "Play the classic two-player boardgame of chess";
62 mainProgram = "gnome-chess";
63 maintainers = teams.gnome.members;
64 license = licenses.gpl3Plus;
65 platforms = platforms.unix;