16 libgnome-games-support_2_0,
22 stdenv.mkDerivation (finalAttrs: {
23 pname = "gnome-nibbles";
27 url = "mirror://gnome/sources/gnome-nibbles/${lib.versions.majorMinor finalAttrs.version}/gnome-nibbles-${finalAttrs.version}.tar.xz";
28 hash = "sha256-1xKkxpQ78ylWrfuSIvHxQ2mRHlTs67DNYffCWr16Wdo=";
48 libgnome-games-support_2_0
52 updateScript = gnome.updateScript { packageName = "gnome-nibbles"; };
56 description = "Guide a worm around a maze";
57 mainProgram = "gnome-nibbles";
58 homepage = "https://gitlab.gnome.org/GNOME/gnome-nibbles";
59 changelog = "https://gitlab.gnome.org/GNOME/gnome-nibbles/-/blob/${finalAttrs.version}/NEWS?ref_type=tags";
60 license = licenses.gpl2Plus;
61 maintainers = teams.gnome.members;
62 platforms = platforms.linux;