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

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6b1bb5fbcc gnu: xcur2png: Fix build with gcc@14.
6b1bb5fbcc is described below

commit 6b1bb5fbcc274772e8bab9b12f581afa655b53cf
Author: Sergey Trofimov <[email protected]>
AuthorDate: Fri Dec 19 07:49:29 2025 +0100

    gnu: xcur2png: Fix build with gcc@14.
    
    * gnu/packages/xorg.scm (xcur2png)
    [arguments]<#:configure-flags>: Add CFLAGS.
    
    Change-Id: I2b8ecdaf527400d0a52b4bdcf3fd5c391bd8822e
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/xorg.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 9a3958c774..0f88243e35 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -7028,6 +7028,8 @@ Thai).")
        (sha256
         (base32 "0858wn2p14bxpv9lvaz2bz1rk6zk0g8zgxf8iy595m8fqv4q2fya"))))
     (build-system gnu-build-system)
+    (arguments
+     (list #:configure-flags #~(list "CFLAGS=-Wno-implicit-int")))
     (native-inputs
      (list pkg-config))
     (inputs

Reply via email to