summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2021-09-16 10:36:16 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2021-09-16 10:36:16 +0200
commit281b4debe9b933e6c007b48f424deb0278f548b4 (patch)
treed5d3559cc542b9371ea47e4575f07562089b7389
parentd5d1e5d1d4085158f378320b429e08acfe5b8a11 (diff)
downloadguix-patches-281b4debe9b933e6c007b48f424deb0278f548b4.tar
guix-patches-281b4debe9b933e6c007b48f424deb0278f548b4.tar.gz
gnu: glabels: Fix build.
* gnu/packages/gnome.scm (glabels)[arguments]: Pass '-fcommon' to CFLAGS.
-rw-r--r--gnu/packages/gnome.scm2
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