diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 3b477aae24..bdde4ec785 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11906,6 +11906,10 @@ photo-booth-like software, such as Cheese.") (substitute* "meson.build" (("gtk_update_icon_cache: true") "gtk_update_icon_cache: false")))) + (add-before 'configure 'relax-gcc-14-strictness + (lambda _ + (setenv "CFLAGS" + "-g -O2 -Wno-error=incompatible-pointer-types"))) (add-after 'install 'wrap-cheese (lambda* (#:key inputs outputs #:allow-other-keys) (wrap-program (search-input-file outputs "bin/cheese")