diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2026-04-04 08:51:41 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-04-06 11:47:31 +0200 |
| commit | ebf8fa45e9362c25ca200190a750735866a25ad4 (patch) | |
| tree | 3e9762fbdd78d5c52f60c65916d3b5bd3275c9df | |
| parent | 66b39b074634f0825519f840d33ccb81b9b6a3ab (diff) | |
gnu: gtx: Fix build.
* gnu/packages/gnome.scm (gtx)[#:configure-flags]: Add
“-Wno-error=incompatible-pointer-types” to CFLAGS.
Change-Id: I157f32c20f4f1ea049f2ca8444b431854f5cfd4e
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| -rw-r--r-- | gnu/packages/gnome.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 5b5df90681b..077e237be04 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -564,6 +564,7 @@ It is written in C using GObject and libsoup.") (arguments `(#:configure-flags (list + "CFLAGS=-g -O2 -Wno-error=incompatible-pointer-types" "--disable-static" "--enable-gtk-doc" (string-append "--with-html-dir=" |
