This is an automated email from the git hooks/post-receive script.

janneke pushed a commit to branch core-packages-team
in repository guix.

The following commit(s) were added to refs/heads/core-packages-team by this 
push:
     new 17b013e5bf gnu: midori: Fix build with gcc-14.
17b013e5bf is described below

commit 17b013e5bfaf335e12b18c6bae7f4d9e04a2b668
Author: Janneke Nieuwenhuizen <[email protected]>
AuthorDate: Sun Jan 5 13:31:10 2025 +0100

    gnu: midori: Fix build with gcc-14.
    
    * gnu/packages/web-browsers.scm (midori)[arguments]: Add #:configure-flags 
to
    relax gcc-14's strictness.
    
    Change-Id: I5495e04836fb469db9d5c418cf53ef2e653c8751
---
 gnu/packages/web-browsers.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 293419fb46..be42bb9c78 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -130,6 +130,8 @@
        ((guix build cmake-build-system)
         ((guix build glib-or-gtk-build-system) #:prefix glib-or-gtk:)
         (guix build utils))
+       #:configure-flags
+       '("-DCMAKE_C_FLAGS=-Wno-error=int-conversion")
        #:phases
        (modify-phases %standard-phases
          (add-after 'install 'glib-or-gtk-compile-schemas

Reply via email to