Skip to content

Commit

Permalink
gnome.gnome-nibbles: 3.38.3 → 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar committed Dec 23, 2023
1 parent f6cf9fc commit 574ac1e
Showing 1 changed file with 12 additions and 17 deletions.
29 changes: 12 additions & 17 deletions pkgs/desktops/gnome/games/gnome-nibbles/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,53 +3,48 @@
, fetchurl
, pkg-config
, gnome
, gtk3
, wrapGAppsHook
, gtk4
, wrapGAppsHook4
, librsvg
, gsound
, clutter-gtk
, gettext
, itstool
, vala
, libxml2
, libgee
, libgnome-games-support
, libgnome-games-support_2_0
, meson
, ninja
, desktop-file-utils
, hicolor-icon-theme
}:

stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-nibbles";
version = "3.38.3";
version = "4.0.1";

src = fetchurl {
url = "mirror://gnome/sources/gnome-nibbles/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "l1/eHYPHsVs5Lqx6NZFhKQ/IrrdgXBHnHO4MPDJrXmE=";
url = "mirror://gnome/sources/gnome-nibbles/${lib.versions.majorMinor finalAttrs.version}/gnome-nibbles-${finalAttrs.version}.tar.xz";
sha256 = "xrG89vesx0RQAmveV7OONcJJ08K3xC2c/hH4YvPW12I=";
};

nativeBuildInputs = [
meson
ninja
vala
pkg-config
wrapGAppsHook
wrapGAppsHook4
gettext
itstool
libxml2
desktop-file-utils
hicolor-icon-theme
];

buildInputs = [
gtk3
gtk4
librsvg
gsound
clutter-gtk
gnome.adwaita-icon-theme
libgee
libgnome-games-support
libgnome-games-support_2_0
];

passthru = {
Expand All @@ -62,8 +57,8 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Guide a worm around a maze";
homepage = "https://wiki.gnome.org/Apps/Nibbles";
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = teams.gnome.members;
platforms = platforms.linux;
};
}
})

0 comments on commit 574ac1e

Please sign in to comment.