21 stdenv.mkDerivation rec {
22 pname = "four-in-a-row";
26 url = "mirror://gnome/sources/four-in-a-row/${lib.versions.majorMinor version}/four-in-a-row-${version}.tar.xz";
27 hash = "sha256-IdJ2m4BBFNHPDzN0Jv2IGB7O/WCSz1YmN+s31xYwUYI=";
50 chmod +x build-aux/meson_post_install.py
51 patchShebangs build-aux/meson_post_install.py
55 updateScript = gnome.updateScript { packageName = "four-in-a-row"; };
59 homepage = "https://gitlab.gnome.org/GNOME/four-in-a-row";
60 changelog = "https://gitlab.gnome.org/GNOME/four-in-a-row/-/blob/${version}/NEWS?ref_type=tags";
61 description = "Make lines of the same color to win";
62 mainProgram = "four-in-a-row";
63 maintainers = teams.gnome.members;
64 license = licenses.gpl2;
65 platforms = platforms.unix;