gnome-nibbles: 4.1.0 → 4.2.rc6

https://gitlab.gnome.org/GNOME/gnome-nibbles/-/compare/4.1.0...4.2.rc6

Changelog-Reviewed-By: Bobby Rong <rjl931189261@126.com>

+9 -4
+9 -4
pkgs/by-name/gn/gnome-nibbles/package.nix
··· 7 7 gtk4, 8 8 wrapGAppsHook4, 9 9 librsvg, 10 - gsound, 11 10 gettext, 12 11 itstool, 13 12 vala, ··· 22 21 23 22 stdenv.mkDerivation (finalAttrs: { 24 23 pname = "gnome-nibbles"; 25 - version = "4.1.0"; 24 + version = "4.2.rc6"; 26 25 27 26 src = fetchurl { 28 27 url = "mirror://gnome/sources/gnome-nibbles/${lib.versions.majorMinor finalAttrs.version}/gnome-nibbles-${finalAttrs.version}.tar.xz"; 29 - hash = "sha256-YyQb2KFfWRgKYYEgQeLo85hiJn3J5lLz0XNULFUNkpI="; 28 + hash = "sha256-CfDIsjToOBxgJGXAMLDMoNoL1ylQEaFPo5dS37lh4B4="; 30 29 }; 31 30 32 31 nativeBuildInputs = [ ··· 44 43 buildInputs = [ 45 44 gtk4 46 45 librsvg 47 - gsound 48 46 libadwaita 49 47 libgee 50 48 libgnome-games-support_2_0 51 49 ]; 50 + 51 + # The "we can link with libadwaita?" valac.links() check fails otherwise. 52 + # Command line: `valac testfile.vala --pkg=libadwaita-1 --Xcc=-w --Xcc=-DVALA_STRICT_C` -> 1 53 + # testfile.vala.c:50:46: error: passing argument 2 of 'adw_about_dialog_set_developers' 54 + # from incompatible pointer type [-Wincompatible-pointer-types] 55 + # 50 | adw_about_dialog_set_developers (ad, s); 56 + env.NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types"; 52 57 53 58 passthru = { 54 59 updateScript = gnome.updateScript { packageName = "gnome-nibbles"; };