mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: libbonoboui: Fix build.
* gnu/packages/gnome.scm (libbonoboui): Fix build. [arguments] <configure-flags>: Add -Wno-error=incompatible-pointer-types. Change-Id: I3ab96d444ad74b15a22b05497e686a1b8f90fc25 Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop> Reviewed-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Reviewed-by: Noé Lopez <noelopez@free.fr>
This commit is contained in:
committed by
Maxim Cournoyer
parent
43e5e856e1
commit
29b443230c
@@ -4237,7 +4237,9 @@ widgets built in the loading process.")
|
||||
"1kbgqh7bw0fdx4f1a1aqwpff7gp5mwhbaz60c6c98bc4djng5dgs"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
`(#:configure-flags
|
||||
'("CFLAGS=-g -O2 -Wno-error=incompatible-pointer-types")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'check 'start-xserver
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
|
||||
Reference in New Issue
Block a user