summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/gnome.scm8
1 files changed, 7 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index da70b9017af..73b6051da36 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11171,7 +11171,13 @@ functionality and behavior.")
(lambda _
(substitute* "meson.build"
(("gtk_update_icon_cache: true")
- "gtk_update_icon_cache: false")))))))
+ "gtk_update_icon_cache: false"))))
+ (add-before 'configure 'relax-gcc-14-strictness
+ (lambda _
+ (setenv "CFLAGS"
+ (string-append "-g -O2"
+ " -Wno-error=implicit-function-declaration"
+ " -Wno-error=incompatible-pointer-types")))))))
(inputs
(list bdb
dbus-glib