diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm index e3e069f01e..471fcfb2af 100644 --- a/gnu/packages/web-browsers.scm +++ b/gnu/packages/web-browsers.scm @@ -24,6 +24,7 @@ ;;; Copyright © 2023 Herman Rimm ;;; Copyright © 2024 Zheng Junjie <873216071@qq.com> ;;; Copyright © 2025 Sergey Trofimov +;;; Copyright © 2025 Janneke Nieuwenhuizen ;;; ;;; This file is part of GNU Guix. ;;; @@ -137,6 +138,9 @@ ((guix build cmake-build-system) ((guix build glib-or-gtk-build-system) #:prefix glib-or-gtk:) (guix build utils)) + #:configure-flags + ;; Relax gcc-14's strictness. + '("-DCMAKE_C_FLAGS=-Wno-error=int-conversion") #:phases (modify-phases %standard-phases (add-after 'install 'glib-or-gtk-compile-schemas