gnome.gnome-logs: Fix test with GLib 2.73

This commit is contained in:
Jan Tojnar 2022-07-28 03:25:33 +02:00
parent 728b2f9b1a
commit 6611f59de6

View File

@ -31,15 +31,11 @@ stdenv.mkDerivation rec {
}; };
patches = [ patches = [
# meson: Remove redundant check for glib-mkenums # Fix test with GLib 2.73
# https://gitlab.gnome.org/GNOME/gnome-logs/-/merge_requests/41
(fetchpatch { (fetchpatch {
url = "https://gitlab.gnome.org/GNOME/gnome-logs/-/commit/01386ce9a69652a00bdb163e569b51150ca8903e.diff"; url = "https://gitlab.gnome.org/GNOME/gnome-logs/-/commit/724a1faedade8ec39effc86d0b52b96f351579c2.patch";
sha256 = "sha256-tJJEai4Jw8aVcyhsFTYILiUV1xhsysX/rleeLP13DVM="; sha256 = "bOY9OQMuIV8QEaFQxfUJ+//m4qYZlxsKEF3bFANlmXo=";
})
# meson: remove redundant check for pkg-config
(fetchpatch {
url = "https://gitlab.gnome.org/GNOME/gnome-logs/-/commit/ad350729a8b81f2c8eb2122de0956bb2199b48da.patch";
sha256 = "sha256-5qGYyKM+B9XNZKytWH8K4QfSuBf7wpaPCWT6YIO5FGY=";
}) })
]; ];