andreas pushed a commit to branch core-packages-team
in repository guix.
commit b2825430296ad5435cc484adb1ac5b4c508254c8
Author: Janneke Nieuwenhuizen <[email protected]>
AuthorDate: Wed Jan 1 17:26:02 2025 +0100
gnu: pangox-compat: Fix build with gcc-14.
* gnu/packages/gtk.scm (pangox-compat)[arguments]: New field to relax
gcc-14's
strictness.
Change-Id: I1f1c0ce20052b59a6d2e25490e3fcacf099f0757
---
gnu/packages/gtk.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 2cfcbb9f67..cfcb00f963 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -35,7 +35,7 @@
;;; Copyright © 2022 Petr Hodina <[email protected]>
;;; Copyright © 2023 Sergiu Ivanov <[email protected]>
;;; Copyright © 2023, 2024 Zheng Junjie <[email protected]>
-;;; Copyright © 2023 Janneke Nieuwenhuizen <[email protected]>
+;;; Copyright © 2023, 2025 Janneke Nieuwenhuizen <[email protected]>
;;; Copyright © 2024 John Kehayias <[email protected]>
;;; Copyright © 2025 Florian Pelz <[email protected]>
;;; Copyright © 2025 Remco van 't Veer <[email protected]>
@@ -525,6 +525,10 @@ g_test_add_func \\(\"/layout/gravity-metrics2\",
test_gravity_metrics2\\);")
(base32
"0ip0ziys6mrqqmz4n71ays0kf5cs1xflj1gfpvs4fgy2nsrr482m"))))
(build-system gnu-build-system)
+ (arguments
+ (list
+ #:configure-flags
+ #~(list "CFLAGS=-g -O2 -Wno-error=incompatible-pointer-types")))
(inputs
(list glib pango-1.42))
(native-inputs