mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-27 19:35:10 -06: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:
parent
5cc948bb46
commit
071ce73040
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue