14 libgnome-games-support,
19 stdenv.mkDerivation (finalAttrs: {
20 pname = "gnome-twenty-forty-eight";
24 url = "mirror://gnome/sources/gnome-2048/${lib.versions.majorMinor finalAttrs.version}/gnome-2048-${finalAttrs.version}.tar.xz";
25 hash = "sha256-4nNn9cCaATZYHTNfV5E6r1pfGA4ymcxcGjDYWD55rmg=";
29 # Fix build with meson 0.61
30 # https://gitlab.gnome.org/GNOME/gnome-2048/-/merge_requests/21
32 url = "https://gitlab.gnome.org/GNOME/gnome-2048/-/commit/194e22699f7166a016cd39ba26dd719aeecfc868.patch";
33 hash = "sha256-Qpn/OJJwblRm5Pi453aU2HwbrNjsf+ftmSnns/5qZ9E=";
49 libgnome-games-support
54 updateScript = gnome.updateScript {
55 packageName = "gnome-2048";
60 homepage = "https://gitlab.gnome.org/GNOME/gnome-2048";
61 changelog = "https://gitlab.gnome.org/GNOME/gnome-2048/-/blob/${finalAttrs.version}/NEWS?ref_type=tags";
62 description = "Obtain the 2048 tile";
63 mainProgram = "gnome-2048";
64 maintainers = teams.gnome.members;
65 license = licenses.gpl3Plus;
66 platforms = platforms.linux;