diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2021-09-16 10:36:16 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-09-16 10:36:16 +0200 |
commit | 281b4debe9b933e6c007b48f424deb0278f548b4 (patch) | |
tree | d5d3559cc542b9371ea47e4575f07562089b7389 | |
parent | d5d1e5d1d4085158f378320b429e08acfe5b8a11 (diff) |
gnu: glabels: Fix build.
* gnu/packages/gnome.scm (glabels)[arguments]: Pass '-fcommon' to CFLAGS.
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index fa6795f604..fef3656706 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 |