gnu: goocanvas: Fix build with gcc@14.

* gnu/packages/gtk.scm (goocanvas) [arguments] <configure-flags>: Ignore
warning on "incompatible-pointer-types".

Change-Id: Iaf73e7bc701a68367528e9d7afc057f193153d4f
This commit is contained in:
Sharlatan Hellseher 2025-07-20 23:52:16 +01:00
parent 5cc948bb46
commit 071ce73040
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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