13 , libgnome-games-support
18 stdenv.mkDerivation rec {
19 pname = "gnome-twenty-forty-eight";
23 url = "mirror://gnome/sources/gnome-2048/${lib.versions.majorMinor version}/gnome-2048-${version}.tar.xz";
24 sha256 = "0s5fg4z5in1h39fcr69j1qc5ynmg7a8mfprk3mc3c0csq3snfwz2";
28 # Fix build with meson 0.61
29 # https://gitlab.gnome.org/GNOME/gnome-2048/-/merge_requests/21
31 url = "https://gitlab.gnome.org/GNOME/gnome-2048/-/commit/194e22699f7166a016cd39ba26dd719aeecfc868.patch";
32 sha256 = "Qpn/OJJwblRm5Pi453aU2HwbrNjsf+ftmSnns/5qZ9E=";
48 libgnome-games-support
53 updateScript = gnome.updateScript {
54 packageName = "gnome-2048";
59 homepage = "https://gitlab.gnome.org/GNOME/gnome-2048";
60 description = "Obtain the 2048 tile";
61 mainProgram = "gnome-2048";
62 maintainers = teams.gnome.members;
63 license = licenses.gpl3Plus;
64 platforms = platforms.linux;