17 libgnome-games-support_2_0,
23 stdenv.mkDerivation (finalAttrs: {
24 pname = "gnome-nibbles";
28 url = "mirror://gnome/sources/gnome-nibbles/${lib.versions.majorMinor finalAttrs.version}/gnome-nibbles-${finalAttrs.version}.tar.xz";
29 hash = "sha256-YyQb2KFfWRgKYYEgQeLo85hiJn3J5lLz0XNULFUNkpI=";
50 libgnome-games-support_2_0
54 updateScript = gnome.updateScript { packageName = "gnome-nibbles"; };
58 description = "Guide a worm around a maze";
59 mainProgram = "gnome-nibbles";
60 homepage = "https://gitlab.gnome.org/GNOME/gnome-nibbles";
61 changelog = "https://gitlab.gnome.org/GNOME/gnome-nibbles/-/blob/${finalAttrs.version}/NEWS?ref_type=tags";
62 license = licenses.gpl2Plus;
63 maintainers = teams.gnome.members;
64 platforms = platforms.linux;