glv pushed a commit to branch core-updates-frozen in repository guix. commit 281b4debe9b933e6c007b48f424deb0278f548b4 Author: Guillaume Le Vaillant <g...@posteo.net> AuthorDate: Thu Sep 16 10:36:16 2021 +0200
gnu: glabels: Fix build. * gnu/packages/gnome.scm (glabels)[arguments]: Pass '-fcommon' to CFLAGS. --- gnu/packages/gnome.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index fa6795f..fef3656 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11470,6 +11470,8 @@ to.") `(("gtk+" ,gtk+) ("librsvg" ,librsvg) ("libxml2" ,libxml2))) + (arguments + `(#:configure-flags '("CFLAGS=-fcommon"))) (home-page "https://glabels.org/") (synopsis "Program for creating labels and business cards") (description