summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorJanneke Nieuwenhuizen <janneke@gnu.org>2025-01-05 13:40:15 +0100
committerAndreas Enge <andreas@enge.fr>2025-07-18 20:17:25 +0200
commit086b08f1937339da6e1f4e452d2a09bb3790929b (patch)
tree1e8bcf50b75815f491784cb457af88b8eb06e868 /gnu
parent9e90df94f2b2199949921cbd4b9d5ed3362df50d (diff)
gnu: gnome-boxes: Fix build with gcc-14.
* gnu/packages/gnome.scm (gnome-boxes)[arguments]: Add phase "relax-gcc-14-strictness". Change-Id: I0d29ddcc368d56c572caea0fb55fa15618193bc1
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm6
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index dfbf9af9f00..d4e36265c1c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12964,7 +12964,11 @@ integrate seamlessly with the GNOME desktop.")
(substitute* "src/installed-media.vala"
(("qemu-img")
(search-input-file inputs
- "/bin/qemu-img"))))))))
+ "/bin/qemu-img")))))
+ (add-before 'configure 'relax-gcc-14-strictness
+ (lambda _
+ (setenv "CFLAGS"
+ "-g -O2 -Wno-error=int-conversion"))))))
(native-inputs
(list desktop-file-utils ;for update-desktop-database
gettext-minimal