mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 18:07:24 +01:00
gnu: glabels: Fix build.
* gnu/packages/gnome.scm (glabels)[arguments]: Pass '-fcommon' to CFLAGS.
This commit is contained in:
parent
d5d1e5d1d4
commit
281b4debe9
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue