From 071ce730403c4918a2456b6fba7351ced451c26b Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 20 Jul 2025 23:52:16 +0100 Subject: [PATCH] gnu: goocanvas: Fix build with gcc@14. * gnu/packages/gtk.scm (goocanvas) [arguments] : Ignore warning on "incompatible-pointer-types". Change-Id: Iaf73e7bc701a68367528e9d7afc057f193153d4f --- gnu/packages/gtk.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 27b850ac8ed..a6b1a8af0a9 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -2896,7 +2896,8 @@ popovers.") (list cairo glib gtk+ python-pygobject)) (arguments `(#:configure-flags '("--disable-rebuilds" - "--disable-static") + "--disable-static" + "CFLAGS=-Wno-error=incompatible-pointer-types") #:phases (modify-phases %standard-phases (add-after 'unpack 'fix-install-path