gnu: glabels: Fix build.

* gnu/packages/gnome.scm (glabels)[arguments]: Pass '-fcommon' to CFLAGS.
This commit is contained in:
Guillaume Le Vaillant 2021-09-16 10:36:16 +02:00
parent d5d1e5d1d4
commit 281b4debe9
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F

View file

@ -11470,6 +11470,8 @@ (define-public glabels
`(("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