1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 23:05:57 +02:00

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
+2 -1
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