mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-27 19:35:10 -06:00
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 <andreas@enge.fr>
This commit is contained in:
parent
6997024ea9
commit
6b1bb5fbcc
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue